isLogged in may creates problem on SSR #1507
Replies: 3 comments
-
your write custom axios settings ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
no I don't, I use the default settings which are described in the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Obsolet |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After my long journey through the net i did not find a solution.
I setted up a refresh scheme. In my default.vue is set computed properties
I expect, if I sign in successfully, to use the isAuthenticated to show my Sidebar. If I sign in all works fine without errors. As I hit F5 to refresh the page, I got following error:
and
I dont have a clue, why the auth module resets the isLoggedIn and so on because initial after load isLoggedIn is false and gets true after load finish
Settings:
Beta Was this translation helpful? Give feedback.
All reactions