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?
– Daniel Costa
Yes. I inserted it and the same error happened.
– Érico
You have to put the same url in both the console and the program
– Daniel Costa