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
yarn or npm install
yarn build or npm run build
yarn start or npm start
Go to http://localhost:3000
What is expected ?
The library logs you in after you press the log in button
What is actually happening?
The library does not log you in even after a successful login request, as it doesn't receive a token from the API, even though tokenRequired is set to false in nuxt.config.js.
It also prints Error: No Token in the console.
This question is available on Nuxt.js community (#c84)
The text was updated successfully, but these errors were encountered:
nuxt/docs#546
Version
4.0.0
Reproduction link
Kxze/nuxt-auth-bug
Steps to reproduce
What is expected ?
The library logs you in after you press the log in button
What is actually happening?
The library does not log you in even after a successful login request, as it doesn't receive a token from the API, even though tokenRequired is set to false in nuxt.config.js.
It also prints Error: No Token in the console.
The text was updated successfully, but these errors were encountered: