Supabase not working in prod for Vercel web app #32922
Replies: 1 comment
-
Hi! I've encountered a similar issue and am still trying to find a solution. Here's what I've uncovered so far:
What configuration and where are you executing your Supabase queries? (i.e. edge middleware, serverless fcns, etc) Let me know if you've observed similar things, since this issue has been plaguing me for quite some time. Also anyone else, help would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
I have a web app that I've deployed to Vercel and using Supabase for database and auth (email and Google). Google auth is working just fine, but email auth and any database functions are not working. They're just not calling for some reason. This is only happening in Prod, and there are no logs or errors to look into. It works perfectly fine locally. FWIW, this was working in Prod until recently and I didn't make any changes to auth / Supabase code (as far as I can tell) to cause this issue.
Beta Was this translation helpful? Give feedback.
All reactions