-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix assumption of "localStorage" presence when persisting request state #374
Comments
Hey there, thanks for the report! Looks like this issue is caused by #350. @ValGeorgiev was local storage working for you in the browser extension? |
Is there a work-around? |
HI @frederikhors, for now there isn't - I just tried to reproduce the issue but haven't had any luck. I'm guessing this is related to the browser being used - would be great if yourself or @Hypermona can share what browser and version you're experiencing this on. |
Chrome 92 Windows 10. |
It can be reproduced in Chrome 93, but only in Incognito Mode. |
@andyrichardson Is anyone expected to work on it? |
Hey folks, sounds like this is due to having third party cookies blocked as @pantajoe has discovered - enabling them for the time being should get around the issue. I'll leave this open as this can likely be resolved by introducing a check to see whether |
Will this ever be fixed? This issue appears stale and still a problem in 2023 |
About
Devtools does not detect a running instance of urql.
Reproduction
yarn install
yarn start
Expected result
Actual result
Stack trace
Additional info
The text was updated successfully, but these errors were encountered: