Overview
When tenant admins try to save the link under the Custom Error Page URL and click the Save button, the following error message appears.\
Error! Something happened while trying to save your settings: API Error. Please contact support if the problem persists
Steps to reproduce the issue:
- Go to Auth0 Dashboard > Tenant Settings > General tab under the Error Pages section
- Select Custom under Default Error Page
- Insert http://localhost:3000 or any other similar links that contain the word
localhost
, like http://localhost:3000/error - Click on the Save button
- The error appears
Applies To
- Tenant Admins
- Custom Error Pages
Cause
This error is caused because localhost
is included in the link.
Solution
Use another URL that does not include localhost
for the Custom Error Page URL.