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.
Tried changing password a few times and create new role, but everything is fruitless.
what is going on ?