Guys, in a bit of a mess. I've added a G+ login button on my website, but I keep seeing this issue. In most cases this comes first time and if you try to connect after refreshing the page, it works. Can you guys please help me. I'm just not able to find anything relevant on the web. Here's the error --
Uncaught SecurityError: Blocked a frame with origin "
http://www.<mywebsite>.com" from accessing a frame with origin "
https://accounts.google.com". The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
I'm using gapi.auth.signIn(callback) to throw the account selection window which hits the callback once it has finished authorisation. Weirdly, this issue is happening only on Chrome.