Skip to content

Commit 4c282f5

Browse files
authored
[Fundamentals] Update cannot-add-domain.mdx (#20546)
1 parent dc4ef68 commit 4c282f5

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

src/content/docs/dns/zone-setups/troubleshooting/cannot-add-domain.mdx

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99

1010
If you encounter issues [adding a domain](/fundamentals/setup/manage-domains/add-site/) to Cloudflare, follow these troubleshooting steps.
1111

12-
## 1. Disable DNSSEC
12+
## Disable DNSSEC
1313

1414
Cloudflare cannot provide authoritative DNS resolution for a domain — a [full setup domain](/dns/zone-setups/full-setup/) — when **DNSSEC** is enabled at your domain registrar.
1515

@@ -23,7 +23,7 @@ If you experience these issues, refer to [Configuring DNSSEC](/dns/dnssec) and [
2323

2424
---
2525

26-
## 2. Register the domain
26+
## Register the domain
2727

2828
If the issue is with your registrar, you may receive the following error messages:
2929

@@ -39,7 +39,7 @@ If you receive these error messages, make sure that:
3939

4040
---
4141

42-
## 3. Resolve DNS for apex domain
42+
## Resolve DNS for apex domain
4343

4444
Before a domain can be added to Cloudflare, the domain must return `NS` records for valid, working nameservers. `NS` records can be checked via third-party online tools such as [https://www.whatsmydns.net](https://www.whatsmydns.net/) or via a command-line terminal using a dig command:
4545

@@ -69,21 +69,39 @@ ns3.cloudflare.com. dns.cloudflare.com. 2029202248 10000 2400 604800 300
6969

7070
---
7171

72-
## 4. Check if the domain is restricted at Cloudflare
72+
## Check if the domain is restricted at Cloudflare
7373

7474
If Cloudflare has temporary or permanent restrictions on a domain, you will receive the following errors:
7575

7676
- **Error 1105**
7777
- **Message**: `Error with Cloudflare request: [1105] This zone is temporarily restricted and cannot be added to Cloudflare at this time, please contact Cloudflare Support.`
7878
- **Cause**: We have seen too many attempts to add a domain to Cloudflare
7979
- **Resolution**: Wait 3 hours before attempting to re-add the domain to Cloudflare. Support cannot speed up this process.
80-
- \_**Error 1093 or 1116**
80+
- **Error 1093 or 1116**
8181
- **Message**: `This zone cannot be added to Cloudflare at this time, please contact Cloudflare Support. (Code: 1093)`
8282
- **Cause**: You may have entered a subdomain (`www.example.com`) instead of the apex domain (also known as "root domain", e.g. `example.com`).
8383
- **Resolution**: Verify that you are entering the apex domain. If you are and still experience issues, contact [Cloudflare Support](/support/contacting-cloudflare-support/).
84-
- \_**Error 1097**
84+
- _**Error 1097**
8585
- **Message**: `This web property cannot be added to Cloudflare at this time. If you are an Enterprise customer, contact your Customer Success Manager. Otherwise, email [email protected] with a detailed explanation of your association with this zone. (Code: 1097)`
8686
- **Resolution**: Contact [[email protected]](mailto:[email protected]) with a detailed explanation of your association with this zone.
8787
- **Error: Cannot be found** OR **`<your domain>` is not a registered domain (code: 1049)**
8888
- This can happen if the domain has not been registered yet. Some domains, like `.gov` domains, have special requirements that require the domain be added first.
8989
- **Resolution:** Please contact [Cloudflare Support](/support/contacting-cloudflare-support/) if you require assistance adding a `.gov` and/or other domains that require manual registration.
90+
91+
---
92+
93+
## Contact the zone owner in case of zone hold error
94+
95+
Enterprise customers can use the [zone hold](/fundamentals/setup/account/account-security/zone-holds/) feature to prevent domains to be added in any other account.
96+
If you get the following error when adding your domain, it means that a zone hold is active:
97+
98+
```
99+
The zone name provided is subject to a hold which disallows the creation of this zone.
100+
Please contact the owner of the Cloudflare account that manages this domain to have this hold removed.
101+
```
102+
103+
In this case you'll need to remove the zone hold if you own the Cloudflare account in which the zone is active, or contact the owner of the Cloudflare account which has the zone active.
104+
105+
If you are not the owner of the Cloudflare account that has the hold on the zone, using an online WHOIS tool might help you finding the owner of a website.
106+
See this [external tool](https://www.godaddy.com/fr/whois) or this [other external tool](https://www.whois.com/whois/).
107+
You can also use the [Cloudflare Forgot Email?](https://dash.cloudflare.com/forgot-email) page, and check the documentation related to the [Forgot Email? feature](/fundamentals/setup/account/account-security/login-and-account-issues/#forgot-your-email).

0 commit comments

Comments
 (0)