In my cloudflare account I have Mirage enabled. However, it seems like the Mirage functionality is not working at all for our website.
I’m unsure what is causing this issue, as everything I have found in documentation just says to enable it and it should start working.
I’ve hit the endpoint to make sure it is truly on and I get this as return data:
{"result":{"id":"mirage","value":"on","modified_on":"2020-07-31T05:38:43.036426Z","editable":true},"success":true,"errors":[],"messages":[]}%
I have CSP rule also configured on the site, and nothing in dev console reports anything being blocked. Mirage script just not on the site at all.
When trying to hit a page on the site with the ?forcepreloadonly query parameter, it does not affect the page at all.
I have also tested all this after clearing a specific URL cache in Cloudflare UI and then hitting on a clean browser session.
Any help to resolve this is much appreciated.