I have problem with seeing result of wrangler publish in own domain. Wrangler preview works good. Wrangler publish also returns Success, but the domain in browser does not show it. It points to old website, where Cloudflare was pointing before being redirected to 192.0.2.1. (one day has passed since the redirection from old website to 192.0.2.1 was made). On Domain->workers page I have 2 routes both pointing to the correct worker. Both A records are proxied.
Wrangler.toml has zone_id (yes number obtained from domain page, not email) and other settings with workers_dev = false.
What else am I missing? Any suggestions?
Found the problem: It was Chrome caching redirect. I had to “Delete browsing data” ->Cached images and files" for last 24h.
I’m so happy for my Worker!