Auth0 Integration Callback Error

Current using ASP.NET with Auth0.js, I’m encountering an issue with the Logincallback redirect . Using localhost just to debug an application, I’m getting everything that should occur like the Auth0 Widget, then get prompted to login and redirected to give access for Auth0 to access the information so I am getting a response from Auth0 and the third party social sign on but then when it redirects after completion of all of thsoe things I get a ERR_CONNECTION_REFUSED error when going back to the application. Could it be because it’s a localhost application?

Please ensure your localhost callback URL is added to the Client Settings > Allowed Callback URL:

Dashboard > Clients > Your Client > Allowed Callback URL