-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Full localStorage broke my element-web on Firefox #18258
Comments
Is there a clear way to distinguish "full" from "broken"...? E.g. does something like |
https://arty.name/localstorage.html The limit is around 5MB, but |
Note that my Element is and remains broken. It would also be useful to have a way to unbreak it (a button such as "clear history"). |
Are you able to access the Sessions view for the bad session? You could use the "Clear Cache" button in Settings -> Help -> Clear cache. This removed IndexedDB cached content for the session, but perhaps it's enough by removing storage for that domain. |
Instance of #18423 |
Partial fix here: matrix-org/matrix-js-sdk#1880 |
I'm collecting localStorage related failures into one issue - #18423 Closing this as a duplicate - the details of this issue will be linked to it, and not lost. |
Currently running develop.element.io on Firefox.
Looking at the console, I find out that my localStorage is full. This is most likely the cause of all these issues (including the "incompatible browser": if modernizer cannot write anything to localStorage, it decides that the browser doesn't have localStorage, even if it's because localStorage is full).
The text was updated successfully, but these errors were encountered: