What is the name of the domain?
What is the error message?
DNS_PROBE_FINISHED_NXDOMAIN
What is the issue you’re encountering
Any and all subdomains using URI redirects do not appear to work and instead return DNS_PROBE_FINISHED_NXDOMAIN.
What steps have you taken to resolve the issue?
I’ve tried deleting and making new records & changing the TTL time from Auto to different values.
What feature, service or problem is this related to?
DNS records
What are the steps to reproduce the issue?
- Set up a new URI redirect on a zone in Cloudflare
- Attempt to access the new redirect
- DNS_PROBE_FINISHED_NXDOMAIN is returned
sjr
2
Can you give one of the subdomains? What DNS record have you set for it?
I tried www
, but that’s returning 522…
https://cf.sjr.dev/tools/check?bcf758a5a19f435e945fe95fd57d2371#connection-server-https
My www subdomain has a CNAME record to @ so idk what’s going on there
sjr
5
It doesn’t resolve…
https://cf.sjr.dev/tools/check?a39e36e87dff40a88ac2478901fc6844#dns
Can you show a screenshot of your DNS page including the bar at the top that shows the domain with the plan type (Free, Pro, etc).
sjr
7
You seem to have created URI records, those won’t cause a redirect on Cloudflare.
For redirects, create a proxied AAAA record pointing to 100:: for the subdomains you want to redirect, then create a Redirect Rule as here…
1 Like
odd, they used to work and I remember trying it out, but I’ll set them up. thanks!