Cookie method doesn't recognize cookie. #1546
Unanswered
sugoidesune
asked this question in
Support Requests
Replies: 2 comments
-
Potentially related to this issue #1256 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@sugoidesune is your cookie HTTP Only? If so you can't have the Also, make sure it is Lax and is Secure, some browsers have weird behaviors if that is not set. |
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
-
Version
module: 5.0.0-1624817847.21691f1
nuxt: 2.15.7
Nuxt configuration
Nuxt configuration
What is expected?
After succesful login, status of $auth changes to
loggedIn=true
What is actually happening?
Status of $auth is
loggedIn=false
Additional information
I am getting the correct cookie in the login response.
I am even setting the user via
this.$auth.setUser
but in both cases still status is stillloggedIn=false
The cookie is also not used for fetching
\user
I don't know where to start debugging this. I can provide more information.
Checklist
Beta Was this translation helpful? Give feedback.
All reactions