File tree Expand file tree Collapse file tree
src/lib/components/domains Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 }
You can’t perform that action at this time.
0 commit comments