Worker URL trigger not working

I'm deploying from wrangler using settings like this:

routes = [
{ pattern = "testworker.mydomain.com/*", zone_name = "mydomain.com" }
]

When I use zone_id, it never works

When I use zone_name, it still doesn't work, but on initial push it says script not found and then eventually it goes back to actually trying to proxy the IP under the DNS record instead of hitting the worker

Really confused about what's happening here...the domain I'm deploying to is also using SSL for SaaS if that matters
Was this page helpful?