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.