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
Best to create a support ticket via the Appwrite Console. If you can't, please share your custom domain
Recommended threads
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...