After updating from 2.1.9 to 3.1.4 facing issue #102
Unanswered
hrushi-thorat
asked this question in
Q&A
Replies: 1 comment 6 replies
-
That's not enough information for me to go off of. Please provide your nuxt config. |
Beta Was this translation helpful? Give feedback.
6 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.
-
After updating the package to latest version the user is not getting set after debugging the strange thing I have noticed is there are no details in local storage itself like in 2.1.9 it was there. I am not getting any error like token is getting set like
this.base.$auth.setUserToken(response._data.access_token).then((e) => { console.log(e); this.base.$toast.success('User token set!'); });
. as soon as I revet back to old version it works but when I update it it stopped and I am not getting any error if there are any breaking changes please do let me know where I can find those. Thank you for your time. @DenoderBeta Was this translation helpful? Give feedback.
All reactions