-
Notifications
You must be signed in to change notification settings - Fork 925
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
[ERROR] [AUTH] DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. #833
Comments
We don't explicitly support working inside of an iframe, and I can imagine several issues and maybe even security issues that could arise from that scenario. That said, disabling localstorage should be supported. What nuxt version was this with? Is the issue present in the latest version of nuxt/auth-next? |
I have Used these dependencies
|
Thanks Vignesh. Is the issue present in the latest version of nuxt/auth-next? |
@bmulholland I have a PR that should fix this... #1405 |
Fixed in #1415. Thanks again! |
Incognito window in Chrome: While am using the inside of an iframe. An error was shown. please help to solve,
[ERROR] [AUTH] DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
I have Changed to localStorage: false in the nuxt_config.js file, but still not fixed the issue
The text was updated successfully, but these errors were encountered: