Dogearis
PPrisma
•Created by shahriar-bhuiyan on 4/26/2025 in #help-and-questions
Next.js and Prisma Issue.
Did you try... running prisma generate? Are you running Prisma v6.6.0 (which changed some behavior that can likely crash existing @prisma/client if output isnt correctly set)?
4 replies
PPrisma
•Created by cilice on 4/9/2025 in #help-and-questions
Keep the possibility to pass an existing Pool to `@prisma/adapter-pg`
I've added an additional use case to the matching GitHub Issue (https://github.com/prisma/prisma/issues/26885). For the pg adapter, pg Pool supports hooking into lifecycle events and expects error handling via such a hook to prevent crashing the process.
Is the created Pool instance in 6.6.0 handling this behaviour?
11 replies