Dns probe_finished_nxdomain

What is the name of the domain?

morepraxis dot com

What is the error message?

DNS_PROBE_FINISHED_NXDOMAIN

What is the issue you’re encountering

Glue vs. A record Conflict

What steps have you taken to resolve the issue?

Despite setting A records according to Webflow’s instructions, looks like cloudflare nameservers still have the wrong IP’s? Error: DNS_PROBE_FINISHED_NXDOMAIN
Could it be related to a stuck DNSSEC setting?

What feature, service or problem is this related to?

DNS records

May I ask if you’ve used the one from below link or some other?:

All looks good, DNSSEC not enabled and not in use, DNS records set correctly and unproxied :grey: (DNS-only), domain using Cloudflare nameservers.

Except, when following the redirects, https://morepraxis.com/ → goes to the https://www.morepraxis.com/, where from A www or CNAME www is apperently missing as a DNS record under the DNS tab of Cloudflare dashbooard for your zone.

$ curl -I https://morepraxis.com/
HTTP/2 301
date: Mon, 11 Nov 2024 00:27:02 GMT
content-type: text/html
content-length: 166
location: https://www.morepraxis.com/
strict-transport-security: max-age=31536000
;QUESTION
www.morepraxis.com. IN A
;ANSWER
Record not found!

Navigate to the DNS tab via link https://dash.cloudflare.com/?to=/:account/:zone/dns, double-check and add the missing DNS record.

Helpful article how to manage DNS records at Cloudflare dashboard:

Or your domain is connected as a non-www version to Webflow, as it should be, while www could be added later? :thinking: Nevertheless, first things first, add the missing www DNS record as non-www version redirects to the missing www.

1 Like

Perfect. The link posted in your message was helpful indeed. Thank you so much!

1 Like

Can confirm it works now as non-www redirects me to www and Website loads fine over HTTPS from my end:

I am happy to assist you :hugs:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.