Relative Content

Tag Archive for postgresqlnext.jsprisma

‘npx prisma db push’ is not doing any acton in local nextjs app to the superbase server

I am working on a NextJS 14 project in my local, where I am using postgres sql from superbase for data storage. I was able to connect to postgres and make requests, but after break of few months when I try to push by schemas in superbase project, its not doing any action, and ultimately I have to terminate the session:
when I run command
Here are the packages I am using :

Why does yarn prisma studio error with ‘error in Prisma Client request’?

I have nextJS app and I am using Prisma and psql which I really like. When I started the project, Prisma studio worked like a charm, now when I try to run the studio I get an error which I don’t know how to address. Message: Error in Prisma Client request: Invalid `f=e.match(mgt)?.[1]??"",g=e.match(hgt)?.[1]??null,v=e.match(ggt)?.[1]??null,{getPrismaClient:E,PrismaClientKnownRequestError:x,PrismaClientRustPanicError:S,PrismaClientInitializationError:C,PrismaClientValidationError:A}=require(`${c.prismaClient}/runtime/${u}`),O=e,I=(0,Rk.createHash)("sha256").update()` invocation in .../node_modules/prisma/build/index.js:1825:10334 any ideas?