-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORS error on Google login #155
Comments
Same error |
please pass isGetOnlyToken = true as a prop |
Passing |
having the same issue and prop |
having same issue cors error , how to resolve it , |
Same issue again. Request is being sent to this url "https://cors.bridged.cc/https://www.googleapis.com/oauth2/v3/userinfo?alt=json". |
I overcame this issue by using another npm package - |
Unfortunately, the key used to pass cors has exceeded quota, but you can ignore this by adding |
It seems that the cors.sh (https://cors.bridged.cc/) account used in npm package has reached usage limit.
Is this CORS proxy really necessary? Maybe we can have options to disable it or specify our own key?
The text was updated successfully, but these errors were encountered: