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?