The only way is to:
- Rename the file, you can easily do that in the Assets Library on the forge site.
- Rename your world url
The issue is down to Cloudflare CDN forcing per-domain caching. In general we send a cache purge request to the CDN provider for the asset you override. You can see it working by opening the asset in a new browser tab - it’s the new one you uploaded (Ctrl + F5 if not - local cache most likely).
But Cloudflare thinks every domain wants their own cache, so your-game.forge-vtt.com has a completely separate cache value.
Now, we can include domains where we want to purge the cache and this might work for your personal assets, as most people only have a couple of urls, buut then there are module files that are also held in the CDN, we would have to include everyone’s game urls to clear their specific cache and that’s simply unfeasible.
We’re in talks with Cloudflare to solve this, until such a time as it’s cleared up, please just upload files with a new name for now. It’s mildly inconvenient, but we’re working on it!