[SOLVED] Getting "Missing Redirect URL" error when using the google OAuth2 provider.
- 1
- Web
- Cloud

I copied the URI that appwrite generates when I click on enabling the Google provider for auth. Pasted the URI under the "Authorised redirect URIs " when adding a new credentials in google cloud.

User does get added is showing under the users section in Appwrite cloud

The redirect back to the page is failing

Nvm guys... Forgot to put the success URL when using account.createOAuth2session()

[SOLVED] Getting "Missing Redirect URL" error when using the google OAuth2 provider.
Recommended threads
- Google login error: {"message":"Invalid ...
hi, im trying to use google login with account.createOAuth2Session( 'google', 'profevardilla.pages.dev', 'profevardilla.pages.dev'...
- Create owner team member with Server fun...
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the requ...
- Appwrite processing global envs and chan...
So I define a global env - GCP_CREDENTIALS in global env of my appwrite projcet and refer to it in my functions as ```gcp_creds: JSON.PARSE(GCP_CREDENTIALS)```...
