From c668baad57b7bc3923ec6ee8c49c661812bf83d5 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Sun, 19 Apr 2026 15:06:50 +0530 Subject: [PATCH 1/2] Expand apex CNAME verification note with CDN proxy guidance The apex-domain alert in the verify-domain flow only warned that CNAME is provider-dependent. It now also tells users to disable the CDN proxy (e.g. Cloudflare's orange cloud) since Appwrite serves traffic through its own CDN. --- src/lib/components/domains/recordTable.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/components/domains/recordTable.svelte b/src/lib/components/domains/recordTable.svelte index 118b8149a..9eb10c2c6 100644 --- a/src/lib/components/domains/recordTable.svelte +++ b/src/lib/components/domains/recordTable.svelte @@ -143,6 +143,8 @@ Since is an apex domain, CNAME record is only supported by certain providers. If yours doesn't, please verify using nameservers instead. + If you're using Cloudflare or another CDN, make sure the proxy is disabled (set to + DNS only) for this record, since Appwrite serves your domain through its own CDN. {:else if aTabVisible || aaaaTabVisible} @@ -155,7 +157,9 @@ >{/if} {:else if aaaaTabVisible} AAAA record - {/if} instead. + {/if} instead. If you're using Cloudflare or another CDN, make sure the proxy is + disabled (set to DNS only) for this record, since Appwrite serves your domain through + its own CDN. {/if} {:else} From e1635625cad3bca2c23730b59a06246f08cafada Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Sun, 19 Apr 2026 15:18:25 +0530 Subject: [PATCH 2/2] Apply prettier formatting --- src/lib/components/domains/recordTable.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/domains/recordTable.svelte b/src/lib/components/domains/recordTable.svelte index 9eb10c2c6..c385ec573 100644 --- a/src/lib/components/domains/recordTable.svelte +++ b/src/lib/components/domains/recordTable.svelte @@ -157,9 +157,9 @@ >{/if} {:else if aaaaTabVisible} AAAA record - {/if} instead. If you're using Cloudflare or another CDN, make sure the proxy is - disabled (set to DNS only) for this record, since Appwrite serves your domain through - its own CDN. + {/if} instead. If you're using Cloudflare or another CDN, make sure the proxy is disabled + (set to DNS only) for this record, since Appwrite serves your domain through its own + CDN. {/if} {:else}