Rank 1: Thread
I have an appwrite app at a subdomain myapp.topdomain.com.
I want to configure the appwrite endpoint to use a 2nd level subdomain e.g. api.myapp.topdomain.com.
I have configured my dns to point to fr.cloud.appwrite.io/v1 but adding the custom domain fails. Is there any possible reason why?
In addition, I want to check that my hostname is set as *.myapp.com and this should work? In my code I will change the APPWRITE_ENDPOINT from fr.cloud.appwrite.io/v1 to api.myapp.topdomain.com. Is that all the changes that needs to be done?
This is because previously sometimes browsers block 3rd party cookies which caused google auth to fail