-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
When I use the nuxt prisma 0.2 module, there is an error in the code in the imported module that says:
"prismaClient is not a constructor"
Console refers to specifically this line:
return new PrismaClient();
that is in /node_modules/@prisma/nuxt/dist/runtime/server/utils/prisma.mjs
Problem is resolved if I revert back to the 0.1 version.
Reactions are currently unavailable