Hi @BNK989 👋
Thank you for raising this question.
Can you try to use the direct connection string rather than the pooled one. Here is an example of a direct connection string:
DIRECT_URL="postgres://postgres:__PASSWORD__@db.__YOUR_SUPABASE_PROJECT__.supabase.co:5432/postgres"
The default port for the pooler is 6543, but if you are using the direct connection, it should be 5432. Ensure that you are using the correct port in your connection string.
database - Why does the command npx prisma db push not progress and fail to push my models to Supabase? - Stack Overflow
Prisma error even after pushing model in db!!
prisma db push with in-memory mongodb hangs when model has more than 7 unique/index field
db push stuck
I did eveything box prosma push, generate. Refreshed my vs code, restarted my laptop yet no results. I can't see the these two models created in db like users, accounts has. I have even made relationship with user to see of that is working but jope. Can't anyone please help am I doing it wrong or something.
I have a small schema and it simply won't push, the command line freezes exactly there. Is it a problem with bunx, can someone help me understand what's happening?
Environment variables loaded from .env
It is almost 24h since i have been stuck in it using nextjs14
I tried to reset supabase server multiple times and recreater the server and clone the repo still i am stuck in the new repo as well
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-eu-central-1.pooler.supabase.com:xxxx"
prisma: 4.16, supabase: 1.165
At first i tho since i am in SEA maybe supabase banned i am trying using a VPN without luck as well i am not sure what is going on.
Thats all i could get from GPT as well is something weird going on or is just myself?
Seek Community Support