ronzeidman / ng2-ui-auth-example

MIT License
34 stars 14 forks source link

Invalid parameter value for redirect_uri: Missing authority: file:// #10

Closed gaithoben closed 7 years ago

gaithoben commented 7 years ago

Please help, when testing my app with ionic serve on browser, it works well. Not until i take the app on the device and i get the above error trying to authenticate with google.

Thank you in advance.

royipressburger commented 7 years ago

Hi @gaithoben try to take a look here. If you still having issue let me know. This issue it talking about facebook but it should be the same with google. One difference I know is the callback URL in google you dont need the http://localhots/. http://localhost is enough from what i remember.