Next auth, mongoose model problem – TypeError: Cannot read properties of undefined (reading ‘User’)
I was working on using Next auth with credentials, but I keep encountering TypeError: Cannot read properties of undefined (reading ‘User’) problem whenever I import the UserModel. Here is my auth/[…nextauth]/route.js code