-
Notifications
You must be signed in to change notification settings - Fork 59.7k
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] Storage Quota Exceeded: 'setItem' Failure on 'chat-next-web-store' #3994
Comments
@lvguanjun could you using the follow script in chrome console to retrieve the storage usage by key? the key start with
|
It seems that a bug is being caused by unfinished input continually overwriting when the chat is switched. |
So far it looks like it is, but I'm not sure that even if I remove the empty key every time, as the |
And how do you plan to solve the problem of the large number of null keys that already exist, either by adding them to the front-end code and deleting them every time, or by users manually executing scripts to delete them |
@lvguanjun The |
It's challenging and costly ( |
Anyways As of now, there's no solution to fix it. In the future, I might consider try rewriting it in |
Okay, thanks for the replies, it's up to you to close the issue or not. I might export the chat history, then clear the local storage to temporarily circumvent this issue. |
alternative this free if you want stored locally |
@lvguanjun it fix now should be good from stupid complexity front end Untitled.video.-.Made.with.Clipchamp.16.mp4 |
@lvguanjun it fix now should be good from stupid complexity front end Untitled.video.-.Made.with.Clipchamp.16.mp4 |
Get, thanks, if I understand the video correctly, this fix also removes the |
correct |
remove this one |
For large multi-modal models, the image cache is very large, and this error occurs frequently. Now I can only manually delete part of the session to alleviate the problem? |
反馈须知
请在下方中括号内输入 x 来表示你已经知晓相关内容。
曾经存在一个性能相关的 issue#2393 ,压测时曾发生过,现在我是真的发生了。
描述问题
当我的本地存储的聊天记录足够多时,将会报错
Failed to execute 'setItem' on 'Storage': Setting the value of 'chat-next-web-store' exceeded the quota.
如何复现
本地存储有足够多的聊天记录
截图
一些必要的信息
The text was updated successfully, but these errors were encountered: