Search code examples
TypeScript error: PrismaClient expects constructor options when using generated client...


typescriptpostgresqlprisma

Read More
prisma - getting environment variable not found error message when running graphql query...


prismaprisma-graphql

Read More
prisma Error: p1001: Can't reach database server at `db.xocheossqzkirwnhzxxm.supabase.co`:`5432`...


postgresqlnext.jsprismasupabase-database

Read More
User was denied access on the postgresql database (nodejs, prisma)...


node.jspostgresqlprisma

Read More
How to update an entity using it's foreign key in Prisma?...


javascriptnode.jsexpressprismaprisma2

Read More
Next.js 15 build fails on Windows during Azure deployment with EPERM symlink error using pnpm and st...


next.jsazure-pipelinesazure-web-app-serviceprismapnpm

Read More
Why can't 'npx prisma db push' find my prisma schema?...


databasedatabase-schemaprismaplanetscalet3

Read More
throw new TypeError(`Missing parameter name at ${i}: ${DEBUG_URL}`);...


node.jstypescriptexpressprisma

Read More
Prisma 7.0.1 : TypeError: Cannot read properties of undefined (reading '__internal')...


node.jstypescriptprisma

Read More
Nestjs @prisma/client did not initialize yet. Please run "prisma generate" and try to impo...


nestjsprisma

Read More
Error when migrating models to database Prisma...


postgresqlherokuprisma

Read More
Checking access with CASL throws an error...


typescriptnestjsprismacasl

Read More
@prisma/client did not initialize yet. Please run "prisma generate" and try to import it a...


node.jsdockerkubernetesprisma

Read More
Prisma: find where field is not set...


prisma

Read More
Next.js 16 Cache Components: Why is my cache() function still hitting the database on every request ...


next.jscachingcookiescomponentsprisma

Read More
Prisma - Sorting by function applied on a column...


sortinglambdaprisma

Read More
Can not connect to Neon using Prisma...


prismaneon.tech

Read More
How to use Prisma with Neon Serverless from Vercel?...


javascriptnode.jsnext.jsprisma

Read More
Error importing PrismaClient in code compiled from typescript [SyntaxError: Named export 'Prisma...


node.jstypescriptexpressprismats-node-dev

Read More
AuthJS / Next-Auth using middleware getting error...


postgresqlnext.jsprismanext-auth

Read More
How to properly run seeds in Prisma 6+ using modern configuration with prisma.config.ts?...


node.jstypescriptnext.jsprisma

Read More
Getting Error: @prisma/client did not initialize yet. Please run "prisma generate" and try...


typescriptnext.jsprismavercelsupabase

Read More
Can't access supabase in vercel deployed product (Nextjs14)...


next.jsprismavercelsupabase

Read More
TS2305: Module '"@prisma/client"' has no exported member 'User'...


typescriptnestjsgitlab-ciprisma

Read More
Error: P1017: Server has closed the connection...


mysqldockernestjsprisma

Read More
P1000: Authentication failed against database server at `localhost`, the provided database credentia...


postgresqldockerprismapgadmin

Read More
Prisma: Error validating datasource `db`: the URL must start with the protocol `postgresql://` or `p...


prisma

Read More
"Property does not exist" when I want to use model added in Prisma.schema...


next.jsprismaprisma-graphqlprisma2

Read More
How do I resolve Prisma ORM drift after making values non nullable with CockroachDB?...


prismacockroachdb

Read More
Golang Back-end and Angular Front-end with Prisma Generated Models import...


angularpostgresqlgoprisma

Read More
BackNext