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
I'm on "@nuxt": "2.15.8" and "@nuxtjs/auth": "^4.9.1" . I don't know what happened recently but a block of codes that was working perfectly, now has some major issue!!
even when I get status:401 from backend, the module still authentcate the use and won't go to catch instead the res will be logged in console with status: 401.
The text was updated successfully, but these errors were encountered:
I'm on "@nuxt": "2.15.8" and "@nuxtjs/auth": "^4.9.1" . I don't know what happened recently but a block of codes that was working perfectly, now has some major issue!!
even when I get status:401 from backend, the module still authentcate the use and won't go to catch instead the
res
will be logged in console withstatus: 401
.The text was updated successfully, but these errors were encountered: