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
Upon accessing localStorage, Riot Web gets a "QuotaExceededError" (perhaps due to limited disk space). This is then wrongly caught as "Browser missing feature: 'localstorage'", which brings up the "Sorry, your browser is not able to run Riot."
Instead it would probably helpful to have a separate message for this specific case, as Riot will run fine in that browser when the storage problem is solved.
Happens in both riot.im/app and riot.im/develop on Firefox 70.0b6 (64-bit) (beta) on Linux
The text was updated successfully, but these errors were encountered:
Upon accessing localStorage, Riot Web gets a "QuotaExceededError" (perhaps due to limited disk space). This is then wrongly caught as "Browser missing feature: 'localstorage'", which brings up the "Sorry, your browser is not able to run Riot."
Instead it would probably helpful to have a separate message for this specific case, as Riot will run fine in that browser when the storage problem is solved.
Happens in both riot.im/app and riot.im/develop on Firefox 70.0b6 (64-bit) (beta) on Linux
The text was updated successfully, but these errors were encountered: