Nuxt SSR + Firebase Authentication deployment on Firebase Hosting #1353
Replies: 1 comment
-
Looks like this is a Firebase Hosting problem with session cookies. Deployment of the same app on Netlify works fine. |
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
-
Not sure if its Vuefire related problem, but I have the following problem:
I have Nuxt 3 SSR application using Vuefire with admin configured (Firebase service account). Running on localhost it works without problem. But once deployed on Firebase Hosting, I am getting the following error when I try to log in: "auth/login-blocked".
In the devtools I see the following network call error:
When I deploy without SSR (ssr: false) I can login, but obviously I am not having the server side authentication working.
Anyone who has a solution?
Beta Was this translation helpful? Give feedback.
All reactions