Widgets not refreshing on their own
I just recently upgraded from v0.15.09 to v1.18.0 and I am using Proxmox LXC and the helperscript to install it. The dashboard loaded fine and i made all the tweaks to integrations and got everything reconnected.
However, all widgets i am using will refresh when first load the dashboard but then never refresh again unless I hit the refresh button on the browser. My widgets include Proxmox hardware, jellyseer, plex, sabnzbd, and tdarr. They all are acting the same way and I am not seeing any errors in the logs but they do seem to show it polling information on the backend just not getting refreshed on the dashboard itself. I am not sure if this is just the way v1.0+ works or if there is a new setting I am missing that adjust the refresh. In pre v1.0+ they would all refresh on their own and I didnt have to hit the refresh button on the browswer.
Any insights or help would be much appreciated. Thanks
However, all widgets i am using will refresh when first load the dashboard but then never refresh again unless I hit the refresh button on the browser. My widgets include Proxmox hardware, jellyseer, plex, sabnzbd, and tdarr. They all are acting the same way and I am not seeing any errors in the logs but they do seem to show it polling information on the backend just not getting refreshed on the dashboard itself. I am not sure if this is just the way v1.0+ works or if there is a new setting I am missing that adjust the refresh. In pre v1.0+ they would all refresh on their own and I didnt have to hit the refresh button on the browswer.
Any insights or help would be much appreciated. Thanks
Solution:Jump to solution
I found the issue. When I migrated nginx was using port 3000 from the previous version which worked but in v1.0+ it seems to use 7575. So when using port 3000 homarr loads but auto-refresh doesnt. I updated nginx to 7575 and it works perfect now.
6 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
I had this too in the earlier versions of 1.x, I just needed to edit something on my nginx config. But now that problem is back for me too, say i hope it's just a bug that'll be fixed easily
I am having the same issue, none of the widgets will auto refresh, have to refresh the page for the widget to update (e.g. currently playing will not update unless a page refresh is done)
please note, no issues on v1.17.0, issue only started on v1.18.0 (Using unraid)
I updated to v1.18.1 that says it included a fix for realtime updates. Guessing realtime updates is the widgets updating but doesnt seem to have fixed it for me. Anyone else still having issues with widgets refreshing?
this update has fixed the issue for me 🙂
Solution
I found the issue. When I migrated nginx was using port 3000 from the previous version which worked but in v1.0+ it seems to use 7575. So when using port 3000 homarr loads but auto-refresh doesnt. I updated nginx to 7575 and it works perfect now.