404 NotFoundError on Classic Universal Login Page with the Auth0.js SDK Embedded
Feb 20, 2026
Overview
{"name": "NotFoundError", "statusCode":404}
Cause
- It happens when a SPA makes requests to https://{CUSTM DOMAN}/usernamepassword/login
- overrides.__tenant option on auth0.WebAuth in the custom login page is not configured.
Solution