Authentication issue when using Prisma connection string

My env is pretty much similar to what is being suggested by the docs

# Neon
DATABASE_URL=postgres://postgres:******@ep-gentle-pine-513491.ap-southeast-1.aws.neon.tech:5432/neondb
SHADOW_DATABASE_URL=postgres://postgres:******@ep-tight-field-716911.ap-southeast-1.aws.neon.tech:5432/shadowdb

when running prisma migrate dev i’m getting password auth failed.
image

Tried changing password a few times and create new role, but everything is fruitless.

what is going on ?

Hey @talaqqi.

I’m pretty sure that the username and database are wrong. Have you copied the connection string from https://console.neon.tech? It’s not your credentials to the app. The system generated these credentials.

I’m not sure myself, had to delete and re-create the project, and now it works fine.