“immediate_failed” - Could not automatially log in the user

前端 未结 5 1006
[愿得一人]
[愿得一人] 2020-12-11 02:25

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/

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 02:38

    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.

提交回复
热议问题