Hey! I’m really hoping someone has the answer to this. We recently migrated to vercel and all of our edge functions broken, we checked the anon key and url and everything matches but we still get error 400 on all edge functions. We are using Vite React + Vercel for front end and supabase backend. Thank you in advance anyone that can help us 🙏
The user migrated their frontend from Hostinger to Vercel, but their edge functions are returning error 400. They are using Vite React with a Supabase backend and have verified that the anon key and URL are correct. The user seeks help to resolve the issue while maintaining the same Supabase project for their users and data.
Are you still using the same Supabase project? did you only migrate your frontend from Hostinger to Vercel or do you mean you created a new Supabase project through the Vercel market integration and upon adding your edge functions again, when you try to access them you are getting errors?
I’m using the same supabase project, I assumed as long as I put the correct environment variables it would still work. Is that incorrect?
Since I have users and data in the database I wanted to keep the same setup and just move the front end.