-
Notifications
You must be signed in to change notification settings - Fork 71
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
Localstorage issue #87
Comments
I've gone a different route with SSR now so wont need to fix my issues with |
Getting this issue on my create-react-blog setup. I moved my create-react-blog project into an existing React app and, currently, my
I'm using yarn's resolutions config to try and use a later version of jsdom, but no dice. Any idea what could be causing this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking back into #83 and I'm not sure if this is a new issue, or if it's simply logging out more information and this in fact is what was causing those issues. Either way, I'm getting:
Error: Uncaught [SecurityError: localStorage is not available for opaque origins]
From reading various docs/tickets it seems that JSDom wants a url in the config.
I tried setting a
url
in thecreateScriptRunning.js
file but that resulted in failure to find thescript
urls.I'm hoping you can get a bit further with this than me! Cheers
Edit: Heres the jsdom ticket: jsdom/jsdom#2304
The text was updated successfully, but these errors were encountered: