question

Support AI
Based on the error message "net::ERR_NAME_NOT_RESOLVED", it seems like a DNS resolution issue. According to the documentation (https://developers.cloudflare.com/dns/troubleshooting/dns-issues/), one of the common causes for DNS resolution errors is a "Mistyped domain or subdomain". However, since you've mentioned that you've created a custom domain (media.domain.com) and the R2 DNS record was added, it's likely not a typo issue.

Another possible cause could be "Missing DNS records". Ensure that you have the necessary DNS records in the DNS app of your Cloudflare dashboard, including the CNAME record for your custom domain (media.domain.com).

Additionally, you can also check if your nameservers are pointing to Cloudflare's nameservers. You can verify this by checking whether your domain uses Cloudflare's nameservers (https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/#verify-changes).

If none of these solutions work, you may want to try reloading the page after a short wait to see if the problem disappears, as suggested in the documentation (https://developers.cloudflare.com/dns/troubleshooting/dns-issues/).

This is an AI generated response, it may not be 100% accurate. Please validate the output. You can ask followups by replying to this message or mentioning me.

Was this page helpful?