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
For calls to LocalStorage.get that use auth/storage/local.js, a browser NS_ERROR_FILE_CORRUPTED will cause a fatal crash of the site -- This requires users to manually delete/reset the local storage files on their computer for any access to the website
Expected result
Calls to window.localStorage and window.sessionStorage in any context should be wrapped in try{}catch{} to provide fallbacks when storage is corrupted or unavailable for any reason.
Example of Sentry error highlighting the line item that caused a fatal crash.
The text was updated successfully, but these errors were encountered:
Summary
For calls to LocalStorage.get that use auth/storage/local.js, a browser NS_ERROR_FILE_CORRUPTED will cause a fatal crash of the site -- This requires users to manually delete/reset the local storage files on their computer for any access to the website
Expected result
Calls to window.localStorage and window.sessionStorage in any context should be wrapped in try{}catch{} to provide fallbacks when storage is corrupted or unavailable for any reason.
Example of Sentry error highlighting the line item that caused a fatal crash.
The text was updated successfully, but these errors were encountered: