Deploying a Prisma 6/7 app fails at runtime with Cannot find module '@prisma/client/runtime/querycompilerbg.postgresql.wasm' (code MODULENOTFOUND) even though it works locally. Reported on Vercel and in Docker. Two distinct causes surfaced in the thread: the generator's runtime did not match the actual runtime (e.g. runtime = "bun" while building with Node/bun build --compile, which does not bundle .wasm files), and a version mismatch between the prisma CLI and @prisma/client packages.