PrismaP
Prisma8mo ago
6 replies
Dhcdec

When using the @prisma/adapter-pg I get a module build fail trying to use the prisma client.

I have a turborepo next 14 monorepo that exports the prisma client into my front and back end apps from the database package. I have all my prisma dependencies installed there. I am getting:
Module build failed: UnhandledSchemeError: Reading from "cloudflare:sockets" is not handled by plugins (Unhandled scheme). 


Could this have to do with monorepo set up? and not having the postgres installed
adapter in the front/back -end folders?
Was this page helpful?