Action Error is Not Displayed in the Universal Login Page
Last Updated:
Overview
Cause
When using a method or function that returns an error message, Auth0 will send the error description to the application that initiated the request as part of the query string parameters present on the Callback URL. If the Application is not configured to receive and display the error descriptions, the user will be redirected to the Callback URL, but no error message will be shown.
NOTE: The Application must be prepared to receive these values and display them accordingly.