Within worker DNS resolution is failing

Hello, I am pretty confident that my worker when it is reached through its custom domain. Y.Z.com is unable to resolve X.Z.com.

  • Zone is not entirely managed by Cloudflare (partial CNAME setup)
  • Y.Z.com is reachable and worker is running correctly. (just DNS resolution is broken)
  • X.Z.com is managed on AWS
  • when reached via it's worker.dev route, DNS resolution is working.
I have logs and proofs of all that.

Any help? I can't be the only one with that error? Either I do something weird or it's a bug somewhere. Thanks

This doc says it should work: https://developers.cloudflare.com/workers/configuration/routing/custom-domains/#:~:text=On%20the%20same%20zone%2C%20if,succeed%20without%20a%20service%20binding
Custom Domains allow you to connect your Worker to a domain or subdomain, without having to make changes to your DNS settings or perform any
Was this page helpful?