405 Method Not Allowed after deployment on vercel (using react app)

1k Views Asked by At

I have an app using redwood, supabase and prisma.

I've just deployed it on vercel and now I can't access to my data. I have an error 405 Method Not Allowed, but I don't understand why, as it works well on localhost.

I didn't forget to add env var, but I don't have vercel.json file as I don't know how to write it.

Here some image to add more context :

Actual :
HomePage with bug
Console error 405

Expected :
HomePage working

If you have any idea or if you want more information, please tell me.

0

There are 0 best solutions below