I’ve setup a worker for a domain following this guide: https://www.resdevops.com/2018/03/20/Cloudflare-workers-maintenance-mode-static-page/
- The domain has the Cloudflare nameservers and it has “Status: Active”
- Enabled workers for this domain and copied this javascript file source into the window: GitHub - coaxke/CloudFlareWorkersMaintenance: Cloudflare workers maintenance example (when we test it in the editor it works the way we would like it to work)
- We’ve added ceveral urls for it to work on [asterisk].domain com & [asterisk].domain[dot]com/[asterisk] & domain[dot]com and so on, just to be sure.
- We haven’t whitelisted our ip adres and using a proxy or vpn gives the same result
- In the dashboard the worker shows to have handled 0 Total requests.
What did I miss/overlook?