CloudFlare Pages custom subdomain pointing to branch produces wrong build?
Hi, I have a cloudflare pages project, and I have two custom domains pointing at it (
app.example.com and canary.app.example.com). These custom domains are setup in the Pages configuration. This is my DNS config:app→ a CNAME entry toexample.pages.devcanary.app→ a CNAME todev.example.pages.dev
canary.app.example.com domain points to a specific older version of the project, and does not match dev.example.pages.dev. What could have happened here?