Doma
PPrisma
•Created by Doma on 4/25/2024 in #help-and-questions
Can't use Neon
After pasting the schema.prism and .env sections I tried to run this command
npx prisma migrate dev --name init
However, I get this error:
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Datasource "db": PostgreSQL database "REST%20API%20Dave", schema "public" at
"ep-purple-smoke-a2unvbp5-pooler.eu-central-1.aws.neon.tech"
Error: P1001: Can't reach database server at
ep-purple-smoke-a2unvbp5-pooler.eu-central-1.aws.neon.tech
:5432
Please make sure your database server is running at ep-purple-smoke-a2unvbp5-pooler.eu-central-1.aws.neon.tech
:5432
.
I even tried to modify timeout and all that like what the docs say:
&connect_timeout=10&connection_limit=20&pool_timeout=15
What should I do?6 replies