Skip to content

Commit 5889f61

Browse files
authored
Merge pull request #2982 from appwrite/expand-cname-verification-proxy-note
Expand apex CNAME verification note with CDN proxy guidance
2 parents ea6f642 + e163562 commit 5889f61

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 disabled
161+
(set to DNS only) for this record, since Appwrite serves your domain through its own
162+
CDN.
159163
</Alert.Inline>
160164
{/if}
161165
{:else}

0 commit comments

Comments
 (0)