You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the best practices outlined in the Prisma documentation, I discovered that the current method of instantiating the PrismaClient using the app directory could potentially lead to some issues. To ensure a more robust and reliable implementation, I recommend adopting this approach as outlined in official Prisma docs.
You can read more about this in Prisma documentation: https://www.prisma.io/docs/guides/other/troubleshooting-orm/help-articles/nextjs-prisma-client-dev-practices
0 commit comments