Error after login facebook

Hello, I try login facebook with oauth … users is add in users oauth but I have this error after authentification in redirect … I try with this doc : Authentication API Explorer

x

code js:

 var webAuth = new auth0.WebAuth({
	    domain:       'domain',
	    clientID:     'client id',
	    responseType: 'token',
	    redirect_uri: 'redirect uri'
	  });
	  
	  // Trigger login with google
	  webAuth.popup.authorize({
	    connection: 'facebook'
	  });

after login redirect to domain but in domain url not valid then I get this error … where is solution for redirect to my local project

Hey @med001

As it has been more than a few months since this topic was opened and there has been no reply or further information provided from the community as to the existence of the issue we would like to check if you are still facing the described challenge?

We are more than happy to assist in any way! If the issue is still out there please let us know so we can create a new thread for better visibility, otherwise we’ll close this one in week’s time.

Thank you!

This topic was automatically closed after 6 days. New replies are no longer allowed.