devbaji / vue3-google-login

Add Sign In With Google feature to your Vue 3 application
https://github.com/devbaji/vue3-google-login/
MIT License
202 stars 30 forks source link

FedCM get() rejects with AbortError: signal is aborted without reason #56

Closed NurTuam closed 1 month ago

NurTuam commented 3 months ago

image How to fix this problem? When I call the googleOneTap function, and then I close the popup,it will happen. It looks like the Google ApI will limit login status, need wait sometimes like ApI saying or clear browsing of data, the popup will only awaken it again,but more than users do not this operate. Can the component upGrade FedCM() to fix?

SaidAlSouti commented 3 months ago

Same issue here

ginlink commented 3 months ago

@NurTuam

check this, make sure it is enabled

image
devbaji commented 2 months ago

@SaidAlSouti @NurTuam Sorry for the late reply, are you are referring to cooldown period? If the user closes the One Tap prompt manually, the One Tap prompt will be suppressed, see here, I guess the error is from google library which I don't have any control of, as this NPM package is a wrapper over Google 3P Authorization JavaScript Library