Worker route conflicts

Hi, I have a route setup as / but I have one specific route that I don’t want any worker to intercept but rather have the DNS lookup proceed as normal.

The worker route documentation (https://developers.cloudflare.com/workers/platform/triggers/routes/#matching-behavior) shares that “A route can be specified without being associated with a Worker.” to get the behavior I want. I can’t seem to figure out how to do this.

The only place I see to set a worker route is within a created worker, so I can’t set a route without it being associated with a worker as stated above. Can someone help?

Hi,

You can visit Workers Routes in the left panel of your Cloudflare Dashboard (this item only shows after you’ve selected a zone), or just use the link below.

https://dash.cloudflare.com/?to=/:account/:zone/workers

Thanks I see it now. I was in the Workers area not the Applications area so I didn’t see this option at first.

1 Like