Reactjs – NextJS Prisma Invalid client engine type, please use `library` or `binary`
This is the error message I got in the terminal: "TypeError: The "payload" argument must be of type object. Received null" I am trying to fetch user data like so: const user = await prisma.user.findMany({ orderBy: { id: 'desc' }…