P
Prisma4w ago
Mas0n

strange error applying migrations

I have a nextjs project and am running into this error
Error: P1001

Can't reach database server at `aws-1-us-east-2.pooler.supabase.com:5432`

Please make sure your database server is running at `aws-1-us-east-2.pooler.supabase.com:5432`.
Error: P1001

Can't reach database server at `aws-1-us-east-2.pooler.supabase.com:5432`

Please make sure your database server is running at `aws-1-us-east-2.pooler.supabase.com:5432`.
2 Replies
Prisma AI Help
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into #ask-ai if you get antsy for a second opinion!
Nurul
Nurul3w ago
Can you use the non pooled connection string? You seem to be using a pooled connection string which is causing this error

Did you find this page helpful?