tool · inferred from evidence
Prisma 7
A specific version of Prisma mentioned in the context of TLS connection errors and driver changes.
- Error opening a TLS connection: self-signed certificate in certificate chain (Prisma 7, code P1011)
After upgrading from Prisma 6 to Prisma 7, every query crashes with "Error opening a TLS connection: self-signed certificate in certificate chain" (PrismaClientKnownRequestError, code P1011). The app itself returns 200 but dies at the first
- Error: The datasource property is required in your Prisma config file when using prisma migrate dev (Prisma 7)
On Prisma 7, running prisma migrate dev fails with "Error: The datasource property is required in your Prisma config file when using prisma migrate dev", even though prisma.config.ts exists with a datasource url. The reporter had the config