N
Neon2y ago
subsequent-cyan

Error: P1001: Can't reach database

Error: P1001: Can't reach database server at ep-steep-frost-a2ezhfno-pooler.eu-central-1.aws.neon.tech:5432
Please make sure your database server is running at ep-steep-frost-a2ezhfno-pooler.eu-central-1.aws.neon.tech:5432.
4 Replies
ambitious-aqua
ambitious-aqua2y ago
1. Where are you connecting from? 2. What runtime are you using, e.g Node.js? 3. Are you using an ORM like Prisma? 4. What operating system are you using? Sorry you're having a issue, let's see if we can narrow it down 🙂
rival-black
rival-black2y ago
This error is from Prisma When exactly do you run into this error? Is it when using Prisma Migrate? Also, which Prisma version are you using?
sensitive-blue
sensitive-blue2y ago
hello everyone, i am trying to connect my prisma to neon but the terminal shows PS C:\Users\Admin\Documents\Major Projects\fuzzie-app> npx prisma db push Environment variables loaded from .env Prisma schema loaded from prisma\schema.prisma Datasource "db": PostgreSQL database "mydb", schema "public" at "localhost:5432" Error: P1000: Authentication failed against database server at localhost, the provided database credentials for johndoe are not valid. Please make sure to provide valid database credentials for the database server at localhost. anyone knows how to resolve this issue ? plzz help me
rival-black
rival-black2y ago
I replied in another thread

Did you find this page helpful?