Module build failed: UnhandledSchemeError: Reading from "cloudflare:sockets" is not handled
For some reason, when I use the
@prisma/adapter-pg
and pass my Postgres connectionString, I get the following error? What could cause this? I'm just running locally using next dev?
I've just done it the way described in https://www.prisma.io/docs/orm/overview/databases/postgresql#using-the-node-postgres-driver7 Replies
Greetings, curious mind! I'm the Prisma AI Help Bot. Want to chat with a human team member (ETA: TBD)? Or skip the wait and get my best guess right now? The speed of automation awaits you.
I noticed, as soon as I just import the
import { PrismaPg } from "@prisma/adapter-pg";
it will fail. Even when not instantiating it.Is this happening on latest prisma version 6.7.0?
yes
yeah i just moved to 6.7 right now and when i try to build i get the same error
i got the same
Yes, sorry for replying late. Don't mind to ping me in follow up questions.
Are there any updates on this? Is this something I'm experiencing on my own ?