Implementing google+ sign in button to localhost with google API

Clark picture Clark · Feb 22, 2015 · Viewed 14.7k times · Source

I am trying to implement the Google+ log in /sign in button on a website I'm coding through Sublime Text2 and running through Apache. I'm VERY new to web development and using localhost / http://127.0.0.1 .

So my questions comes in because when I have the button in the "index" Chrome HTML Document, it runs fine and I can log in with my google+ account.

BUT, if I have the button in a webpage linked to it (a new document "signin" Chrome HTML Document) the log in does not go through. It will pull up my accounts but it won't let me log in completely.

ERROR Error: origin_mismatch

I think I have to change something in my JavaScript Origins in my Credentials in my API's and Auth, but it won't let me add something like http://localhost/signin.html It says

Origins URIs must not contain a path: http://localhost/signin.html

How can I give this webpage access??

Thank you!

Answer

Reuben Tanner picture Reuben Tanner · Oct 28, 2018

What was happening to me was that the UX on the redirect URI / authorized origin was confusing me and the "save" button wasn't working. Just because the item has been added to the list, doesn't mean it has been saved. Also, ensure you've added the correct port if it is non-standard.

enter image description here