ASP.NET Core incorrect redirect url

How are you setting your redirect URI? This should be a parameter you send with your request to the /authorize endpoint, and can be configured to whatever you prefer.

Showing us a code sample of your Auth0 implementation could help.