Kiosk
My project doesn't find existing table in my DB
Hello everyone! I have a project hosted on Vercel with a postgres database. Since the migration to V2, my signup modal stays in infinite loading. The errors I get are :
- 405 (Method Not Allowed) -> in the console
- The table
public.User
does not exist in the current database. -> in my Vercel logs
After many verifications my .env variables are the right ones, my User DB exists and there is no issue with the schemas or the packages versions, so I am begining to be out of solutions 😦
Thanks a lot for helping !
Project ID : 8b1955c9-0c1f-4d00-9a05-07ae0779172b6 replies