fine. Ports assigned, status running - .env file configured. - windows port check opened, and process running.
Unable to
prisma migrate dev
prisma migrate dev
, I get this error:
PS C:\Users\gilob\Webstormprojects\proves> prisma migrate devLoaded Prisma config from prisma.config.ts.Prisma schema loaded from prisma\schema.prisma.Datasource "db": PostgreSQL database "template1", schema "public" at "localhost:51214"Error: P1017 Server has closed the connection.
PS C:\Users\gilob\Webstormprojects\proves> prisma migrate devLoaded Prisma config from prisma.config.ts.Prisma schema loaded from prisma\schema.prisma.Datasource "db": PostgreSQL database "template1", schema "public" at "localhost:51214"Error: P1017 Server has closed the connection.
Unable to connect with psql
How can I debug what is happening? Does anyone know what might be happening?