shermand100 / PiNodeXMR

Monero Node for Single Board Computers with Web Interface and additional tools pre-configured. Self Installing.
GNU General Public License v3.0
213 stars 40 forks source link

**Bug** Sync status update issue #83

Closed ghost closed 1 year ago

ghost commented 2 years ago

After a fresh install, and after starting Monerod, the sync status tab of the dashboard does not auto update within the mentioned 5 minutes. A browser cache reset has to be performed before the dashboard will show status.

shermand100 commented 2 years ago

The browser doesn't auto update at all. Manual update is required.

The purpose of the:

https://github.com/monero-ecosystem/PiNode-XMR/blob/ubuntuServer-20.04/HTML/.htaccess

file is to prevent browser caching so removing the need to clear the cache manually. I find this works quite reliably in chrome.

What browser do you use? It may require further tweaking.

ghost commented 2 years ago

This happened whilst using Brave browser. Tried refreshing page multiple times, as well as restarting browser with no luck. Clearing browser cache worked.

shermand100 commented 1 year ago

Sure. I'll keep looking out for any more optimizations I can add to prevent page data caching in addition to the ones already specified in the page headers and have added clearing the browser cache to the project FAQs

https://github.com/monero-ecosystem/PiNode-XMR/wiki/FAQ#web-ui-status-doesnt-update

Hopefully this doesn't persist with you?

Closing for now, but can reopen if needed