Problems with google Oauth

Asked

Viewed 45 times

0

I cannot enter a valid URI in the credentials of the google authentication api, I always get back the following error:

redirect_uri_mismatch.

I’ve tried every recommendation http: //localhost /, http: //localhost :3000/, http: //localhost /callback, http: //localhost:58889 /. Anyway, I don’t know what else to do. I’m working with a hybrid application using Cordova and Ionic, I am using Intel XDK as a platform.

  • You have already listed the URL in the API console?

  • Yes. I inserted it and the same error happened.

  • You have to put the same url in both the console and the program

1 answer

-2

Puts http://localhost (without the backslash at the end) in the API console

Browser other questions tagged

You are not signed in. Login or sign up in order to post.