I'm running into an odd issue with workers and routes. Have a simple worker that returns a static ma

I'm running into an odd issue with workers and routes. Have a simple worker that returns a static maintenance HTML page in JavaScript. When I add the route for the production domain (*domain.org/*) it still returns the origin site. Double checked that A records are proxied at Cloudflare. The weird part is that it works just fine with the staging domain (*domain.dev/*). I've also double checked that there are no bulk redirects that might be getting in the way. Any ideas?
Was this page helpful?