Postgresql – prisma.FindUnique provided JSON , expected string
I'm having a problem with the prisma, at the moment where I use the findUnique() function to select the registered user based on his email. The error describes that it expects a string and not a JSON , but I…