You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone encounter that everytime the browser is closed. if the user opens the browser and navigates to your site, even if they have a valid token, they will be redirected to the login page and won't be redirected to the homepage.
I can clearly see an xhr call to my user endpoint which returns an authenticated user.
However, if you don't close the browser and just open a new tab, the user is directly redirected to homepage or any url that he is visiting. This is the correct behavior. It should be the same even if it is a newly opened browser.
Does anyone encounter that everytime the browser is closed. if the user opens the browser and navigates to your site, even if they have a valid token, they will be redirected to the login page and won't be redirected to the homepage.
I can clearly see an xhr call to my user endpoint which returns an authenticated user.
However, if you don't close the browser and just open a new tab, the user is directly redirected to homepage or any url that he is visiting. This is the correct behavior. It should be the same even if it is a newly opened browser.
Nuxt configuration
The text was updated successfully, but these errors were encountered: