Login page keeps loading #1501
Unanswered
zenire
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
-
Version
module: 5.0.0-1617968180.f699074
nuxt: 2.14.12
Nuxt configuration
Nuxt configuration
auth.js plugin:
Reproduction
What is expected?
Smooth login everytime I go to the login page
What is actually happening?
When I logged in and visit the login page again in a new session/browser, it takes forever (30 seconds) before the page loads. When I clear my cookies + local storage and refresh, the page loads immediately.
Steps to reproduce
Additional information
I have noticed that the request to the login page does not include any cookies or headers regarding to authorization. When it takes a long time to load the page itself, I noticed the request included the cookies (auth._refresh_token.local, ..., ...). When I clear my cookies it works again. The next request (after it works again and logging in) includes the authorization headers but not the cookies.
The Nuxt login page uses the auth
guest
option.Checklist
Beta Was this translation helpful? Give feedback.
All reactions