Error using PrismaClient with Cloudflare Pages
I'm successfully using Prisma with a CF Workers project using the adapter like this:
However, when I try to use the same client in a Pages project I get the following error:
The client object is created successfully, but the error throws on the first query.
0 Replies