Google OAuth : Missing required parameter: scope
Hi - I am working on a project locally and Google OAuth suddenly stopped working and shows an error saying “Access blocked: Authorization Error” and “Missing required parameter: scope”
It worked fine yesterday and looking through the docs, it seems like the config in code and on GCloud are okay. I am using the
Confirmed that the Client ID & secret are
Snippet of
Snippet of
Redirect URL and scope setup in GCloud in screenshots. The email I'm logging in to is one of the test users.
It worked fine yesterday and looking through the docs, it seems like the config in code and on GCloud are okay. I am using the
saas template. Wasp version 0.16.2. The app starts fine without errors on wasp start, login with email & password is fine.Confirmed that the Client ID & secret are
.env.serverSnippet of
main.wasp:Snippet of
userSignupFields.ts:Redirect URL and scope setup in GCloud in screenshots. The email I'm logging in to is one of the test users.


