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
I have already set ssr to false.
Probably the problem is because when the page is refreshed the status is loading... the status is changed after the getSession I think
My App doesn't redirect to the router next route when coming from an external link (an tag on a second app, in my case).
I noticed as well that it goes through the authentication before accessing the app, and it loses the requested routes in the process.
I tried and disabled the ssr in my config and it works fine. But this solution won't be durable, for many obvious reasons...
in my case, if i'm truned of the ssr. i can't login because the api return text/html not application/json. But i think that is from my backend.
The issue previously i saw was this :
And this happened on server side, when refreshing the page. If i'm turned off the refresh schema. auth.token not removed, but i think because this error happened on server side, it's make the auth.token cookies removed and logged out
Environment
Reproduction
I have this endpoints:
My configuration is this:
My files .vue:
index.vue
login.vue
Describe the bug
Hi, I have a problem when refresh page after login... After login I go to index.vue page but if I refresh page... I go always in login.vue... why?
Thanks a lot
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: