After cookies got expired it redirects me to login but on refreshing the login page cookies got set again #640
Unanswered
riteshsingla36
asked this question in
Q&A
Replies: 2 comments
-
i am also getting this error |
Beta Was this translation helpful? Give feedback.
0 replies
-
Depending on your redirect settings, this could be the expected behavior if the auth cookie is expired (or gets deleted) but the user is still logged in via the Firebase client. The Firebase client serves as the source of truth for authentication, so the auth cookie will be re-set if the user is still logged in. Then, if your login page doesn't use If you believe there's a bug, please open a bug issue. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Failed to retrieve the ID token from cookies. This will happen if the user is not logged in, the provided cookie values are invalid, or the cookie values don't align with your cookie settings. The user will be unauthenticated.
i got this in console when cookies got expired but when i refresh the page it sets the cookies again
Beta Was this translation helpful? Give feedback.
All reactions