PrismaP
Prisma9mo ago
4 replies
glomyst

PrismaClientValidationError: Prisma Client was configured to use both the `adapter` and Accelerate,

I am getting this error in my Next.js turbo repo app.
I am using 6.7.0

// Here is my code
const adapter = new PrismaPg({ connectionString: process.env.DATABASE_URL });
export const prisma = new PrismaClient({
adapter,
log: ["query", "error", "warn"],
});
Was this page helpful?