You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the computer wakes up from hibernation, all application configurations and chat message history are lost.
📷 Recurrence Steps
Just open the web app
Configure models, assistants and started chatting.
Hibernate the PC for one night
After one night, wake up the PC from Hibernate
All data lost
🚦 Expected Behavior
After waking up PC from Hibernate, all data should still be there
📝 Additional Information
Platform: Windows 11, Version 23H2 (OS Build 22631.4460)
Browser: Edge Version 131.0.2903.51 (Official build) (64-bit)
Using the default Local Data Storage
The text was updated successfully, but these errors were encountered:
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
Hi @JerryZhao963, I'm here to help you with any bugs, questions, or contributions you have. Let's solve this together!
The issue you're experiencing with data loss after waking up from hibernation might be related to how the application handles data persistence. The application uses multiple storage mechanisms, including local storage and IndexedDB, to save user data. It's possible that the data isn't being properly saved or restored after hibernation due to how these storage mechanisms are managed during system power state changes.
Unfortunately, there isn't specific information available about handling system events like hibernation in the repository. However, you might want to check if there are any browser settings or extensions that could be affecting data persistence. Additionally, ensuring that the browser and the application are up to date might help resolve the issue.
If the problem persists, it might be worth investigating further into the application's error handling or logging for data retrieval failures after system events, although specific details on this are not available in the repository.
📦 Environment
Other
📌 Version
v1.31.10
💻 Operating System
Windows
🌐 Browser
Edge
🐛 Bug Description
When the computer wakes up from hibernation, all application configurations and chat message history are lost.
📷 Recurrence Steps
🚦 Expected Behavior
After waking up PC from Hibernate, all data should still be there
📝 Additional Information
Platform: Windows 11, Version 23H2 (OS Build 22631.4460)
Browser: Edge Version 131.0.2903.51 (Official build) (64-bit)
Using the default Local Data Storage
The text was updated successfully, but these errors were encountered: