
Using custom sub-domain recommended by Appwrite Docs, is always not resolved after new build on Appwrite Sites
, it takes about 30 minutes, then it is sometimes resolved correctly. But most of the time it fails.
DNS record is set correctly
appwrite CNAME fra.cloud.appwrite.io 3600
https://dnschecker.org/#CNAME/appwrite.rostlino.cz

Recommended threads
- Nextjs ISR (incremental static regenerat...
i have a cached function and when i revalidate it using `revalidateTag` the cache gets revalidated but the static pages using that cached function do not get re...
- Is it possible to set custom headers for...
So I am using webcontainers in my project which needs certain headers to work, is there any way I can do that ? In vercel it is possible with `vercel.json` and ...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
