prisma.users.findUnique() it cause an error of PrismaClientInitializationError
You are trying to usePrisma Discussiondirectly in the browser environment, which is not supported. Prisma is designed to be used in a Node.js environment and cannot be run in the frontend code.PrismaClient