glomyst
PPrisma
•Created by glomyst on 4/30/2025 in #help-and-questions
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"],
});
5 replies