I have created a brand new nodejs project with Prism2 and Postgres 13
Postgres is on a windows VM in the same network. Im testing Prism for the first time and cannot get it to deploy the database schema at all. I cant find anything that tells me how to fix this problem.
When i run npx prisma migrate dev
all i get is Error: P1010: User 'johndoe' was denied access on the database 'db.public'
. Ive searched for this error message and cant find any resolution, what is the issue here?