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-07ae0779172b5 Replies
Project ID:
8b1955c9-0c1f-4d00-9a05-07ae0779172b
Hi ! Can somebody help please?
make sure you are using https
you mean for the Database URL ? Thanks a lot !
postgres does not use https, im not sure how you came to that conclusion.
for clarity, im talking about use https when calling your api service.