For Workers & Pages, what is the name of the domain?
What is the issue or error you’re encountering
There was a problem when implementing other non-hosted domain name cname to this Worker
What steps have you taken to resolve the issue?
I created a project using Cloudflare Worker, and there was a problem when implementing cname of other non-hosted domains to the Worker. My current settings are as follows:
- Created a Worker project and customized the domain name “worker.demo.com”
- Added a fallback source “worker.demo.com” under Cloudflare’s SSL/TLS/Custom hostname
- Added a custom hostname “worker.test.com” under Cloudflare’s SSL/TLS/Custom hostname
- Added a cname record “worker.test.com → worker.demo.com” in other non-hosted domain name service providers
The status of steps 3 and 4 are both Active. Now requesting “worker.test.com” will prompt a 522 error. Requesting “worker.demo.com” and Worker subdomains is normal.
Can you help me?