raj.jsOriginal post
Rank 1: Thread
Added Custom domain for appwrite and its working now except the Google Auth is giving this error. Is there anything else needed to be done in case of Google auth other than changing redirect URL to custom domain?
Like previously it was:-
Old- https://cloud.appwrite.io/v1/account/sessions/oauth2/callback/google/2463a44bb460b49cec8 (dummy link)
Now we changed it to this ion GCP console -
New - https://appwrite.mydomain.com/v1/account/sessions/oauth2/callback/google/2463a44bb460b49cec8
Summary
Developers are facing issues with Google Auth after changing to a custom domain in Appwrite. They believe the problem can be solved by updating the redirect URL in the Google Cloud Console to match the custom domain.