Cannot connect to Prisma ORM

I have verified my database url using Postico GUI as well as PSQL. Both connect to it without issue. When I add this to my app and try to connect via Prisma ORM, I get this message:

Error: P1000: Authentication failed against database server at db.bit.io, the provided database credentials for (not available) are not valid.

I have triple checked that the DATABASE_URL is correct. What else should I be doing?

Hi @jnarowski, thanks for posting! Have you checked our docs on connecting via Prisma? You will need to replace the / in your database URL with a . if you have not done so already.

I found this actually and am all set. Thanks!

1 Like