$auth.loggedIn and user always return false #1554
Unanswered
Owura-Kwaku
asked this question in
Support Requests
Replies: 1 comment
-
same issue with "@nuxtjs/auth-next": "5.0.0-1624817847.21691f1" |
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
-
Version
module: @nuxtjs/auth-next 2.14.05.0.0-1624817847.21691f1
nuxt: 2.14.0
Nuxt configuration
mode:
Nuxt configuration
here is my nuxt.config.js
What is expected?
When the user logs in
$auth.loggedIn
must return a true value anduser
must return an objectWhat is actually happening?
After user logs in,
$auth.loggedIn
anduser
are always falseChecklist
Beta Was this translation helpful? Give feedback.
All reactions