https://github.com/prisma/nextjs-prisma-postgres-demo/blob/main/lib/prisma.ts in this file in line number 4, it will end up making too many client connections, you are storing the prisma in global object but not re using it.