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 to example.pages.dev
  • canary.app → a CNAME to dev.example.pages.dev
The 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?
Was this page helpful?