I am trying to seed the db using the npx prisma db seed. It keeps giving me the following error: " Can't reach database server at db.rzxwigaotjppldxamvpl.supabase.co" before that, I tried with pooler; it worked once, then it failed on the prisma migrate command. I am not able to make both work together..
Have the same issue if I do via Vercel build, it also just hangs.. Am not sure if its due to IPV4 not suporting or new Primsa v 7+ reason.
Can you please suggest? I am new to supabase have tried all the options available online and through AI. But it just keeps breaking for one or the other. Will appreciate any suggestions on this.
The user is experiencing issues with seeding a database using Prisma's direct connection. They encounter an error stating the database server can't be reached. The problem persists when using Vercel, and the user is unsure if it's related to IPv4 support or Prisma version 7+. They seek suggestions as they are new to Supabase and have exhausted available resources.
When you use the direct connection or pooling connection are you on the ORM tab after you click connect or are you using the connection strings on the connection string tab?
I ask because they are slightly different which may explain the issues you are facing