invalid_grant when using also for google oauth #78
francelwebdev opened this issue · comments
FrancelWebdev commented
pilcrow commented
I highly doubt that this an issue with Arctic. Invalid grant is a catch-all error. Check that your client ID, client secret, and redirect URIs are actually defined and matches the one in the console. Make sure your code verifier is also correct. I can't help further without any code
FrancelWebdev commented
here is the code, I still have the same error.
google client Id, google clientSecret and redirectUri are well defined and correct.
Kareem-Medhat commented
I faced this issue and turns out I had the code verifier cookie accidentally set to state instead of the generated code verifier. Hope this helps