CodetrixStudio / CapacitorGoogleAuth

Capacitor plugin for Google Auth. Lightweight & no dependencies.
MIT License
281 stars 153 forks source link

"error":"popup_closed_by_user" #61

Open adikarwa4208 opened 4 years ago

adikarwa4208 commented 4 years ago

In web i am facing "error":"popup_closed_by_user" this issue and in android app created in typescirpt angular ionic just opening mail id list but after clicking on it nothing is happening

snakone commented 3 years ago

same here, only happens on web, any solution?

eddiechok commented 3 years ago
Screenshot 2021-02-10 at 3 42 43 PM

I was able to solve this by adding localhost url in the authorized js origins.

brluizfelippe commented 2 years ago

Same here. In my case it is not working on production, after application deployment to heroku. I informed the production url on google api, but I still get the error "error":"popup_closed_by_user". When running the application on development environment, the app works and no error is thrown. Does anybody know any fix?

lightwaver commented 1 year ago

Same here. In my case it is not working on production, after application deployment to heroku. I informed the production url on google api, but I still get the error "error":"popup_closed_by_user". When running the application on development environment, the app works and no error is thrown. Does anybody know any fix?

any idea to get it running on debugging machines ?

krushn commented 8 months ago

Same here