TypeError: Cannot read properties of undefined (reading 'errors') #11328
Unanswered
damianlluch
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working with NextAuth v5. I have no problems running in development mode and running the build made by NextJS 14.
The problem is when running in Docker, and sometimes in development mode with NextJS.
I get the error when logging in:
TypeError: Cannot read properties of undefined (reading 'errors')
If anyone has any suggestions on how I can fix it. In the Nextjs console nothing comes up.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions