Google plus error with immediate error

I implemented a login with Google Plus on my website using the Javascript SDK. When I press the (Goolge Plus Signin) button for the first time, the message “immediate_file” appears on the display. but when I click on this button a second time, it works fine. "immediate: false or true" doesn't work? how can i solve this problem?

+3
source share
1 answer

assuming you have implemented the client side thread described here: https://developers.google.com/+/web/signin/?hl=en#using_the_client-side_flow , and it seems like you are calling the signin callback before displaying the button itself but for further debugging I will need to see your code.

+4
source

Source: https://habr.com/ru/post/1538868/


All Articles