I have a problem when I developed my website with Google+ sign-in: I did step by step that the doc told me but I always failed at step4: https://developers.google.com/+/web/signin/
the result was always ""immediate_failed" - Could not automatially log in the user", I just don't kown why, can anyone help me, thanks very much! :-(
In my case, the error was because of explicitly specifying the authorization parameter prompt
to 'none'
,similar to a previous answer.
It worked for me by specifying prompt=None
or as per the official docs,you may skip this parameter.
The question is old but I faced this issue recently.
In my case, it was because I specified the URI parameter prompt
to none
. I guess Google doesn't like that if the user has never been logged to your platform before.
Whenever I changed that to consent
or totally removed it, it worked great.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With