Getting “Callback URL mismatch” with Auth0
问题 I have an Auth0 client that's configured with the following callback URL: http://localhost:4200 I can log in just fine. The problem is when I navigate to a certain URL in my app: http://localhost:4200/places . Here's what happens: I navigate to http://localhost:4200/places Angular redirects me (correctly) to http://localhost:4200 I try to log in I get an error from Auth0 saying "The url "http://localhost:4200/places" is not in the list of allowed callback URLs". Auth0 is right, http:/