Hi there, I had a working google-oauth2 connection for a while. When I tried to log in using my google account today, it throws this error:
Then I tested a little bit, here is the info I’ve gathered:
- Tested the quickstart example link.
- with my current
domain
/client_id
- If login with Google, it will throw the error
- If login with Username / Password, it will pass
- with another
domain
/client_id
- If login with Google, it will pass
- If login with Username / Password, it will pass
- with my current
- Tested my project
- with my current
domain
/client_id
- If login with Google, it will throw the error
- If login with Username / Password, it will pass
- with another
domain
/client_id
- If login with Google, it will pass
- If login with Username / Password, it will pass
- with my current
Wondering if anyone had resolved this kind of error before?
Update: We made a mistake on our end, the project was deleted by us. Followed these steps again fixed the problem. Connect your app to Google