Mongodb – [next-auth][error][adapter_error_getUserByAccount]; Cannot read properties of undefined (reading 'findUnique')
I am making a sign up page with 3 providers (Twitter, Facebook and Instagram) using next-auth and prisma with mongoDB. The issue appears when I try to sign up with any of the providers. Here is my nextauth.js file. import…