Skip to main content
0 votes
0 answers
24 views

I am working on a blogging platform project. The project worked fine in deployment, but since I added the delete route, I can't even sign in. When I sign in, I get an http 404 error. The error only ...
Anas Venkitta's user avatar
-1 votes
0 answers
41 views

I am working on a messaging app. I am using express, prisma, typescript, and ts-jest for the backend. I am running into a problem with jest. this is the exact error I am getting when running my ...
JohanMesa's user avatar
3 votes
1 answer
61 views

I am building a NestJS project using Prisma ORM. I created a PrismaService where I initialize the Prisma client and apply a custom extension (softDeleteExtension). After doing that, TypeScript ...
huyadr's user avatar
  • 33
0 votes
1 answer
108 views

The datasource property url is no longer supported in schema files. Move connection URLs for Migrate to prisma.config.ts and pass either adapter for a direct database connection or accelerateUrl for ...
Prajwal Raj's user avatar
-2 votes
0 answers
61 views

so let me clear some things first npx prisma migrate dev is working perfectly but when evey I am trying to hit the backend I am getting error like this prisma:error undefined [Nest] 17505 - 12/20/...
Swapnanil Majumdar's user avatar
1 vote
0 answers
54 views

performed all changes as per https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-7 except adding a driver-adapter since im using a transaction-pooler connection ...
Neston Cabral's user avatar
Best practices
0 votes
0 replies
24 views

Suppose I have several Postgresql database tables that have similar schemas and store similar data that is used in a react component "Subpanel" of a generic type T. When querying Prisma from ...
savreline's user avatar
  • 341
2 votes
3 answers
2k views

I created schema.prisma and schema.prisma schema.prisma: generator client { provider = "prisma-client" engineType = "client" output = "./generated/main" } ...
Manoj Shrestha's user avatar
3 votes
1 answer
87 views

I’m trying to deploy a Next.js 15.2.4 application to Azure App Service, and my production build is failing locally on Windows with a symlink permission error. Environment OS: Windows 11 Framework: ...
Shirley's user avatar
  • 31
0 votes
0 answers
70 views

For a NestJs application I'm trying to implement an AuditInterceptor. This interceptor needs to write an audit log to the database when someone logs in. To have access to the database, I wrote a ...
Postie's user avatar
  • 534
-1 votes
1 answer
133 views

I am creating an gateway project in NodeJS, but for some reason my "auth-service/src/controllers/userController" is throwing an error showing module cannot be imported my prisma folder ...
Gautam Singh's user avatar
0 votes
0 answers
36 views

I am writing a wrapper function for a model, but I want to make it as generic as possible. I intend to pass filters and includes as props, but this makes it harder to define the output accordingly. ...
DaniloMourelle's user avatar
-4 votes
1 answer
2k views

I'm upgrading to Prisma 7 inside a Turborepo monorepo, and I’m trying to use the classic Prisma ORM client (not Accelerate). My folder structure looks like: packages/ db/ prisma/ schema....
Roodius's user avatar
1 vote
1 answer
205 views

I am sorry if it's asked already, I just migrated to Prisma V7 and am stuck with an unsolvable error. SCRAM-SERVER-FIRST-MESSAGE: client password must be a string The server runs fine, Though the ...
Magstar Dev's user avatar
0 votes
0 answers
220 views

I am attempting to set up a Node.js Express application using Prisma ORM v7.0.1 and a MongoDB database. I keep running into an Error: @prisma/client did not initialize yet. Please run "prisma ...
Gidayi-dev's user avatar

15 30 50 per page
1
2 3 4 5
249