
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
Recommended threads
- not getting cookie in header of appwrite...
my website working locally and on vercel , but when hosting on appwrite sites the main core issue is its not getting the cookie . <@743532656767270934> help
- Appwrite Email Verification Query!!
Hi team I've created an Appwrite cloud function to send an email verification to a user. My understanding is that server-side code should use the Users API, bu...
- Adding rate limits using SSR
Hey, I am using Nuxt and doing Auth server side, I was wondering how I would do rate limiting since the requests would be coming from the same ip.
