You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced/subpath/cloudflare.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,3 +79,10 @@ async function handleRequest(request) {
79
79
80
80
Select `Deploy` and wait for the changes to propagate (it can take up to a few
81
81
hours).
82
+
83
+
## Resolving DNS conflicts
84
+
85
+
If your domain already points to another service, you will see an error about an existing DNS record. Your Cloudflare Worker must be configured to control all traffic for your domain.
86
+
87
+
1. Delete the existing DNS record for your domain. See [Delete DNS records](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/#delete-dns-records) in the Cloudflare documentation for more information.
88
+
2. Return to your Worker and add your custom domain.
0 commit comments