UNKNOWN status on page load, ACTIVE status then refresh #1533
Unanswered
mordonez-me
asked this question in
Support Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I have a plugin (client side) to try to catch the token to send it to server to make a login on the server, the code is the following:
It was working ok but when I add "state" in Google login it stopped working but if I refresh the page it works ok, I am not sure why is happening and maybe you guys have a clue.
The nuxt code is the following:
I add the maxAge thinking maybe it was that, I looked at the code and I seems to validate that but it doesn't work. What I get the first time the page loads (after the google redirect) is the following:
If I refresh the page it becomes ACTIVE.
Please guys, any clue is appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions