Nextjs in standalone mode with Auth.js(v5) returns JWTSessionError
hello. I'm getting this error:
and was wondering how I can resolve this.
I found this related thread https://github.com/nextauthjs/next-auth/discussions/6030 which suggests to
but I don't use nginx and am just running the nextjs app in standalone mode. thanks
GitHub
JWT_SESSION_ERROR in next auth with next.js · nextauthjs next-auth ...
Question 💬 In local development sign in is working fine but the Below error is thrown by next-auth while returning from our custom OAuth provider with production build at dev URL like https://dev-a...
0 Replies