Route pattern must include zone name [code: 10022]
I am using Cloudflare for SAAS so I have customer domains point to like
customers.mydomain.com
When I deploy my worker I have the routes like the following in my config file:
I get the error that Route pattern must include zone name: mydomain.com [code: 10022]
when I am trying to deploy. The problem is if I change the pattern to include the mydomain.com
it won't catch for my customer's domains.
What can I do?26 Replies
Remove zone_name
let me try , docs says it is required:
https://developers.cloudflare.com/workers/wrangler/configuration/#routes
Cloudflare Docs
Configuration - Wrangler · Cloudflare Workers docs
Use a configuration file to customize the development and deployment setup for your Worker project and other Developer Platform products.
@Walshy | Workers/Pages
I even get error if I don't include it

Actually yeah no sorry, that won't work. Let me remember when we fire this...
here is the actual error route
I can't even find that route in the docs, and it works fine on the dashboard itself when I add it from within the Worker
this is what happens on the dashboard and it works fine.
what call wrangler doing? WRANGLER_LOG=debug to see the api calls
you want me to add that to my wrangler call?
I'm doing this all in my github action using
cloudflare/wrangler-action@v3
this is the call Wrangler is trying to doworks fine for me on latest wrangler
can yo utry it with the routes stuff inside like
env.staging
key
that's the only diff I see (besides me using jsonc file instead of toml`env doesn't matter here:
... okay let me see what might be diff in my wrangler file
working fine with json too:
what wrangler ver are you using?
still not working for me - here is my full json file @Walshy | Workers/Pages
3.114.0
hmm your config works fine for me :meowupsidedown:
hmm
could it be because I didn't setup Cloudflare Saas yet on the domain?
yea, you need cf for saas enabled on the zone or you'll get that error if not including the zone name
okay sec - let me try again
ah yes probably should have asked that first :LuL:
I forget about us doing stuff on ssl for saas usage
yes now it works
it would be cool if that error message maybe included that
yes please. I was a bit lost. but it is working now!
yeah, if we see host == * and no entitlement we should error better
let me cut a ticket
okay great great great!
thanks again guys - it is working and confirmed in my dashboard
while you're at it - update the wrangler github action to use a higher version of wrangler
so we don't have to manually set it 😋
i actually don't have perms on that repo anymore
👀 uh oh
https://github.com/cloudflare/wrangler-action/pull/238 could update this though
i'll cut another ticket :p