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
It appears this happens even if you don't change the cookie settings. I'm wondering if Chrome made localstorage access more strict in a recent update. This is actually breaking our application in production.
Environment:
Chrome browser on MacOS
Reproduce Steps
the handling in the current code is checking if property exists instead it should gracefully handle it by catching the exception and polyfill it.
Error
Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document
The text was updated successfully, but these errors were encountered: