We’re facing an issue with our Auth0 Universal Login page using a custom domain (auth.example.com). While Sign-Up works seamlessly, Login consistently fails with the following error:
Custom Domain: auth.example.com
Callback URL: https://my.example.com
Allowed Callback URLs, Logout URLs, and Web Origins:** Configured correctly
Sign-Up via Universal Login: Works without issues
“Try Now” button from Auth0 Dashboard: Login works perfectly
Observed Behavior:
When attempting login via our custom login implementation, the above error is triggered. However, using the Auth0 Dashboard’s “Try Now” button for the same flow, login succeeds without any errors.
Steps Taken:
Verified Allowed Callback URLs, Logout URLs, and Web Origins.
Ensured cookies are enabled in the browser.
Checked DNS configuration for the custom domain.
Cleared browser cache and cookies.
Compared settings between dashboard “Try Now” flow and our implementation.
Looking for assistance in identifying why this error occurs and how to resolve it. Any insights or suggestions would be greatly appreciated!