Can't use Prism
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?
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?
