Firebase Auth with Vercel deployment redirects to 404 page #537
-
I was using React to deploy my app through firebase hosting. I've switched to Next.js and Vercel deployment now. The app is available at: https://profound.academy I'm using Google, Facebook, Microsoft, and email/password authentication. The view is built with Firebase UI Web. My pages directory is as follows: Inside Is there any way to whitelist this route so that the authentication works? It currently shows a 404 page which makes it impossible for users to log into the platform. I've currently changed the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Unless I'm misunderstanding, this doesn't appear to be related to |
Beta Was this translation helpful? Give feedback.
Unless I'm misunderstanding, this doesn't appear to be related to
next-firebase-auth
. This sounds like a question better suited for Next.js, Vercel, Firebase, or Firebase UI Web discussions.