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
I think changing in the google cloud console the redirect URL should solve the issue
Recommended threads
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...