Hi,
I am investigating and error that has appeared in our logs and can’t find anything about the specific error message or why it has occurred.
We have a NextJS application that is integrated with Auth0 and the error is in our api/auth/callback
route:
/api/auth/callback?error=server_error&error_description=MFA+Enroll+Standalone%3A+Something+went+wrong
Looking at the Auth0 user that this is connected to, it appears that they were successfully able to set up an MFA device.
Does anyone have any idea what might have caused this error in the redirect?
Let me know if there is any more information I can provide that would be helpful.
Thanks