-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Page Refresh On Chrome Invalidates session #524
Comments
Do we have any updates on this? I'm experiencing a similar problem where the user is logged out upon page refresh, regardless of the browser used. Interestingly, it functions correctly when executed on localhost. Update: It appears that the user is automatically logged back in after approximately 30 seconds. |
Same problem here, works on localhost, not with domains, it remove cookie on refresh and so logs user out |
I have the same problem when deploying to production. When refreshing the browser, the cookie is destroyed and logs the user out. |
I have this issue too and I found out the cause. When we attach the Screenshot of the Application/Cookies tab on chrome: I don't really know the internals of how this works, but when If you don't attaching the JWT into the session, it should work even after page refresh. I'm trying to find workarounds (or better yet, a fix) to this, but no luck so far. I'll comment here again if I find anything There is another issue related to this: #293 |
I will close this issue in favor of #293. |
Environment
Chrome Browser
Moc Os Ventura
Reproduction
nuxt config
The text was updated successfully, but these errors were encountered: