Prisma 5.12.1 client has errors accessing postgress db when using with cloudflare workers and the ne
Prisma 5.12.1 client has errors accessing postgress db when using with cloudflare workers and the new { previewFeatures = ["driverAdapters"] }. All queries using the PrismaClient() will fail with error:
Cannot find module './query_engine_bg.js'
the issue is noted here: https://github.com/prisma/prisma/issues/23855
GitHub
Prisma 5.12.1 client has errors accessing postgress db when using w...
Bug description Prisma 5.12.1 client has errors accessing postgress db when using with cloudflare workers and the new { previewFeatures = ["driverAdapters"] }. All queries using the Prism...
0 Replies