PizzaMarinara
CDCloudflare Developers
•Created by PizzaMarinara on 3/23/2025 in #workers-help
Multiple workers in different subdomains of same domain
Hi! I have 2 workers,
worker1
and worker2
both created with CLI, one is a Hello World with Worker only and one is a Hello World with Worker + Assets.
I wanted to set up custom domain for both (eg. worker1.mydomain.com
and worker2.mydomain.com
)
note that the mydomain.com
in my example is also managed through Cloudflare under the same account
The first worker I set up with a custom domain through settings works, the second one never seems to work. Note that both do work correctly if called from the default url workername.myaccountname.workers.dev
Is this possible or am I missing something?
Thank you!11 replies