Don't KnowOriginal post
Rank 1: Thread
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.
Summary
Title: [SOLVED] "Missing Redirect URL" error with Google OAuth2 provider
Solution: The issue was resolved by adding the success URL when using the account.createOAuth2session() function. The user was successfully added to the Appwrite cloud. The fix involved copying the URI provided by Appwrite for enabling the Google provider and pasting it under the "Authorised redirect URIs" when adding new credentials in Google Cloud.