Alexm
CDCloudflare Developers
•Created by Alexm on 5/10/2025 in #general-help
[GOOD HELP]Reload needed many times to work
I have quite a few subdomains, each with proxied CNAME records. Now when I create a new subdomain, and you try to visit any page on said subdomain, you have to reload the page a lot of times before it shows up.
Here’s how stuff gets from my servers to Cloudflare:
Server->cloudflared->Cloudflare
On valid pages, it will still show up as blank(404 in dev console) until you reload it several times. I have no idea why this happens, nor how to fix it.
I have tried deleting unused DNS records.
Edit: To fix this on Linux, run the following command, then start cloudflared again:
sudo pkill -f cloudflared
It will kill all instances of the tunnel, and you can then start cloudflared again, and it will have the new configuration.24 replies