We are stuck with a serious issue where we moved our entire static client app for serving under a sub-domain like this, via Cloudflare Pages:
app.tallyfy.com
… and then discovered that Workers listening on a route like this:
app.tallyfy.com/api/function
… never triggered or fired. We simply got a 404, since it seems that CF Pages assumes everything under app.tallyfy.com is a static asset.
How can I give Workers higher precedence to run first, before Pages?