Hello, i'm getting error when i start my project
I'm use Postgresql with Prisma but i'm getting this error when i start my project:
I tried connect postgresql with psql <link> and it's connected but i don't know why this error occured
I'm tried
My model file:
@prisma/client: ^6.2.1
prisma: 6.2.1
Ubuntu 22.04 jammy
I tried connect postgresql with psql <link> and it's connected but i don't know why this error occured
I'm tried
npm update @prisma/client prisma but it didn't workMy model file:
@prisma/client: ^6.2.1
prisma: 6.2.1
Ubuntu 22.04 jammy
