I am writing a chrome extension where I am using Google Plus login button.
The problem is as soon as I authenticate instead of response it throws an exception : Uncaught Error: G`{"iss":"accounts.google.com","azp":"822768261690-d94r53ch5tsma36qvjbmt0rhfh2vcbie.apps.googleusercontent.com","at_hash":"g8ULZcIKI58RsZ77N3F9pA","c_hash":"DchW3chFAqayAa8akuuXMw","aud":"822768261690-d94r53ch5tsma36qvjbmt0rhfh2vcbie.apps.googleusercontent.com","sub":"116366060578573041256","iat":1376935399,"exp":1376939299}
I am really confused as the code is precisely the same as in Quick start application for javascript. The Client ID is configured according to my chrome extension ID. The project has been untouched for a week. It was working before and now I get this strange Error.
Has anybody seen this before ?