Skip to content

Commit c668baa

Browse files
committed
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.
1 parent ea6f642 commit c668baa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/lib/components/domains/recordTable.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@
143143
Since <Badge variant="secondary" size="s" content={domain} /> is an apex domain, CNAME
144144
record is only supported by certain providers. If yours doesn't, please verify using
145145
<Link variant="muted" on:click={onNavigateToNameservers}>nameservers</Link> instead.
146+
If you're using Cloudflare or another CDN, make sure the proxy is disabled (set to
147+
DNS only) for this record, since Appwrite serves your domain through its own CDN.
146148
</Alert.Inline>
147149
{:else if aTabVisible || aaaaTabVisible}
148150
<Alert.Inline>
@@ -155,7 +157,9 @@
155157
>{/if}
156158
{:else if aaaaTabVisible}
157159
<Link variant="muted" on:click={onNavigateToAAAA}>AAAA record</Link>
158-
{/if} instead.
160+
{/if} instead. If you're using Cloudflare or another CDN, make sure the proxy is
161+
disabled (set to DNS only) for this record, since Appwrite serves your domain through
162+
its own CDN.
159163
</Alert.Inline>
160164
{/if}
161165
{:else}

0 commit comments

Comments
 (0)