Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x".npm run build and tested this with a production version locally and still no errors.Next.js 15.2.4, App Router.prisma CLI and @prisma/client 6.6.0.src/genereted/prisma/client.prisma-client-js.prisma generate in a postinstall script in the package.json. So the Prisma Client gets newly generated on the Vercel server during the production build.globalForPrisma as well. Inside that i directly import the client from the generated output. When in earlier versions i didn't define a custom output i imported from @prisma/client.binaryTargets as well, but didn't work.