kailoon

Results 1 comments of kailoon

I am facing the same problem. I am using the Prisma Adapter. `adapter: Adapters.Prisma.Adapter({ prisma }) ` Prisma Schema ```prisma generator client { provider = "prisma-client-js" } datasource db {...