NextJS and Prisma: Can't reach database server at `ep-dark-dust-a2bf50ze-pooler....
I am getting the error:
Can't reach database server at
Please make sure your database server is running at
My app is deployed at Vercel and works there perfectly but I am unable to connect to it locally.
I am using generous timeouts as well as pooling:
Any ideas on how to fix this?
Thanks so much!
Can't reach database server at
ep-dark-dust-a2bf50ze-pooler.eu-central-1.aws.neon.tech:5432Please make sure your database server is running at
ep-dark-dust-a2bf50ze-pooler.eu-central-1.aws.neon.tech:5432.My app is deployed at Vercel and works there perfectly but I am unable to connect to it locally.
I am using generous timeouts as well as pooling:
@ep-dark-dust-a2bf50ze-pooler.eu-central-1.aws.neon.tech/alyx?sslmode=require&connect_timeout=10000&connection_limit=5&pool_timeout=1000Any ideas on how to fix this?
Thanks so much!
