Cannot find module '@prisma/client/runtime/query_compiler_bg.mysql.wasm on vercel
Are deeply nested where clauses supported
Error when building package that uses Prisma types
Embed Prisma Studio not showing.

Memory leak problem
Drift detected after making fields required
need help with prisma studio core & react-router v7
Generating prisma to generated folder results in duplicate schema errors

npx prisma generate --no-engine, breaking nextjs build
Error: ENOENT: no such file or directory, lstat '/home/runner/work/gauge-mono/gauge-mono/node_modules/.pnpm/@prisma+client@6.11.1_prisma@6.11.1_typescript@5.8.2__typescript@5.8.2/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node'
Error: ENOENT: no such file or directory, lstat '/home/runner/work/gauge-mono/gauge-mono/node_modules/.pnpm/@prisma+client@6.11.1_prisma@6.11.1_typescript@5.8.2__typescript@5.8.2/node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.node'
prisma query engine failing to download for local server?
prisma dev command in a Nextjs project. When I set up the prisma environment and create this local server, and run prisma studio to check the status of it, I receive the following error:
Error: Couldn't download engine. URL: https://binaries.prisma.sh/all_commits/9b628578b3b7cae625e8c927178f15a170e74a9c/windows/query-engine.gz, status code: 404
Error: Couldn't download engine. URL: https://binaries.prisma.sh/all_commits/9b628578b3b7cae625e8c927178f15a170e74a9c/windows/query-engine.gz, status code: 404
D1 Guide out of date?
Issues with difference between dev and production environment
``PrismaClientKnownRequestError
Invalid prisma.user.findFirst()` invocation:...SvelteKit and generated output directory
queryCompiler and driverAdapter for local development
queryCompiler and driverAdapter preview features.
In production we use PlanetScale for our database and deploy our application through CF workers and Vercel functions. For CF workers we need to use the rust-free edge client with the planetscale adapter. I have this mostly working, but I am trying to get parity with our local development environment which uses a MySQL db through docker.
I thought I would be able to swap in the MariaDB adapter, but that doesn't seem to be working with my local db. Queries don't seem to fail, but everything returns null. Curious if anyone has a similar setup that is working....Is there no accelerate client/extended client type?
Timed out fetching a new connection from the connection pooler (timeout: 10, limit: 9)
Production and development env variables for generating client
Prisma Optimize CommonJS Issue
Prisma 6.7.0 can't find tables after splitting schema into multiple files.
generate and migrate it can't find the tables or I think they weren't even created because I don't see any in the prisma studio.
My setup
- Next.js 15 app router
- My schema file is in prisma/schema.prisma and the my other .prisma files are in prisma/models/...
Database down, failing with `Startup/auth proxy error`