Querried mirror status wrong

I’ve run into this before that chromium is caching the timestamp file. Reload and force reload aren’t enough to clear that file from the cache because they timestamp files are loaded via javascript.

You can use the debug console to clear the file from the browser cache.

To do this, load the page with the debug console open. Then click on the dynamic load and then check the status. And on the network console you can clear the browser’s cached version.

clear_cache