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?