Hi,
I’ve recently setup an ‘accept terms’ redirect for my tenant which works as expected. However, if I press the browser ‘back’ button from the my redirected t&c page (part of my login flow), I get the ’ Oops!, something went wrong’ page which is perhaps expected behaviour. However, I’d like to be able to customise the appearance of this page if it’s possible, but can’t see where I can do it in the UI custom options. Specifically, add own icon, change header background/text colour, control/set icon for page?
Thank you in advance,
Noel
Hi @noelt.dolan
Welcome back to the Auth0 Community!
Thank you for posting your question!
In terms of the default Auth0 Error page you can change this settings:
| Field |
Description |
| Friendly Name |
Name of your company |
| Logo URL |
URL of your company logo |
| Support Email |
Email address of your company’s support team |
| Support URL |
URL of your company’s support page |
Which are in the Tenant settings, if you want to have a customized error page:
- Redirect users to a custom error page using either the Auth0 Dashboard or the Auth0 Management API.
- Configure Auth0 to render a custom error page on your behalf via the Management API.
https://auth0.com/docs/customize/login-pages/custom-error-pages
I hope this will help you!
Thanks
Dawid