When I test my Angular 4 login with Auth0 in development mode with localhost:4000/callback as redirectUri for my auth0.WebAuth it works fine.
However, when I go to production, with redirectUri = https://example.com/my/app/callback then I get the following error from the console log
GET https://example.com/my/app/callback 404 (Not Found)
Any ideas?