How to fix an internal server error when authenticating with Auth.js (next-auth v5)
In my Next.js project, I want to add authentication with next-auth@5 -beta. When I sign in using the google account, it gives 500 internal server error.(http://localhost:3000/api/auth/error?error=Configuration).