Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve hosting DNS error. #307

Open
MehulKChaudhari opened this issue Mar 28, 2023 · 1 comment
Open

Resolve hosting DNS error. #307

MehulKChaudhari opened this issue Mar 28, 2023 · 1 comment
Assignees

Comments

@MehulKChaudhari
Copy link
Member

Screenshot 2023-03-28 at 12 12 23 PM

Common cause of this error.

Cloudflare cannot resolve the origin web server’s IP address.

  1. A missing DNS A record that mentions origin IP address.
  2. A CNAME record in the Cloudflare DNS points to an unresolvable external domain.
  3. The origin host names (CNAMEs) in your Cloudflare Load Balancer default, region, and fallback pools are unresolvable. Use a fallback pool configured with an origin IP as a backup in case all other pools are unavailable.
  4. When creating a Spectrum app with a CNAME origin, you need first to create a CNAME on the Cloudflare DNS side that points to the origin. Please see Spectrum CNAME origins for more details

How to resolve

To resolve error 1016:

  1. Verify your Cloudflare DNS settings include an A record that points to a valid IP address that resolves via a DNS lookup tool.
  2. For a CNAME record pointing to a different domain, ensure that the target domain resolves via a DNS lookup tool.

Referred from cloudflare doc here

@iamsonukushwaha
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants