-
Notifications
You must be signed in to change notification settings - Fork 60.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 合并的indexedDB-storage这个代码,有严重bug,聊天对话页面刷新三次,聊天内容就没了,被重置了 #5354
Comments
Title: [Bug] The merged indexedDB-storage code has a serious bug. The chat conversation page is refreshed three times, and the chat content is gone and reset. |
Uploading Feishu20240903-164031.mp4… |
飞书20240903-164031.zip |
Feishu20240903-164031.zip |
https://5356-vercelpreviewdeployment.pr.nextchat.dev/#/chat |
https://5356-vercelpreviewdeployment.pr.nextchat.dev/#/chat |
@Dogtiti https://5356-vercelpreviewdeployment.pr.nextchat.dev/#/chat This address was tested. The indexeddb is always empty and no value is written at all. |
我重新添加了你更新的代码到项目,这次的问题是数据并没写入indexeddb,经调试,indexeddb里面一直是空的。 |
I re-added your updated code to the project. The problem this time is that the data is not written to indexeddb. After debugging, indexeddb is always empty. |
@laxfer 再试试 刚刚的是有点问题 |
@laxfer try again, there was something wrong with the one just now |
这次测试,多次刷新导致原来存的数据被重置的问题已经解决了,非常感谢 |
1 similar comment
这次测试,多次刷新导致原来存的数据被重置的问题已经解决了,非常感谢 |
In this test, the problem of the original data being reset due to multiple refreshes has been solved. Thank you very much. |
1 similar comment
In this test, the problem of the original data being reset due to multiple refreshes has been solved. Thank you very much. |
📦 Deployment Method
Official installation package
📌 Version
v2.14.2
💻 Operating System
Ubuntu
📌 System Version
24.04
🌐 Browser
Edge
📌 Browser Version
Microsoft Edge 版本 128.0.2739.54 (正式版本) (64 位)
🐛 Bug Description
合并了indexedDB-storage这个代码,有严重bug,聊天对话页面连着刷新2次以上,indexedDB库就被重置了,导致以前的对话记录丢失
📷 Recurrence Steps
合并了indexedDB-storage这个代码,有严重bug,聊天对话页面连着刷新2次以上,indexedDB库就被重置了,导致以前的对话记录丢失
🚦 Expected Behavior
希望能修复多次刷新页面,indexedDB库就被重置,对话内容丢失的BUG。
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: