Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No Token with tokenRequired: false with nuxt-auth module (xpost) #117

Closed
ishitatsuyuki opened this issue Apr 3, 2018 · 2 comments

Comments

@ishitatsuyuki
Copy link
Contributor

ishitatsuyuki commented Apr 3, 2018

nuxt/docs#546

Version

4.0.0

Reproduction link

Kxze/nuxt-auth-bug

Steps to reproduce

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)
@ghost ghost closed this as completed Apr 3, 2018
@ghost ghost added the cmty:question label Apr 3, 2018
@breakingrobot breakingrobot reopened this Apr 3, 2018
@pi0
Copy link
Member

pi0 commented Apr 3, 2018

Should be fixed with #118.

@pi0 pi0 added the solved label Apr 3, 2018
@pi0
Copy link
Member

pi0 commented Apr 3, 2018

Fixed in 4.0.1. (Please reopen if still occurs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants