nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

Auth missing after refresh - Firebase #1672

Closed Robin-kwan closed 6 months ago

Robin-kwan commented 2 years ago

My nuxt app couldn't find auth when I manually refresh the page after login or on protected routes and it redirects me back to login page. However, the cookies are still there, and checking in created it also found the cookies. This issue doesn't happen in localhost. Only happens when I deployed it on Firebase. I will try to deploy somewhere else to find out if the issue still occurs. Has anyone had this issue before?

Auth version 4.9.1 Nuxt - universal mode

Intevel commented 2 years ago

Currently I am not aware of such a problem, it would be nice if you could deploy it again somewhere else and test it. 💚

Robin-kwan commented 6 months ago

Haven't had a chance to deploy on Firebase again but since then I can kinda tell it was a deployment script.