Widgets not displaying properly #4280
Replies: 2 comments 5 replies
|
Recreate the container(s). Not just restart |
5 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
After messing with the openmeteo config to see if I could get it working, I clicked on the Current Location - Click to allow button on the webpage.
From there all sorts of things started to go wrong... It seems there were some issues with the docker socket, as I was getting errors like I posted below.
This was most likely due to an update I made to DSM, as I am running Homepage in a docker container on my Synology NAS. There was somehow no longer a docker group on the machine, and my admin user may not have had rights to /var/run/docker.sock
After some troubleshooting and updating to the newest version of Homepage (v0.9.12), I was able to get things to render again, and stop all the errors in the logs.
However, all of my Widgets are now not loading for some reason... and I am getting this debug message in my logs (not sure if it's relevant)
debug: No containers were found with homepage labels.I'm not sure what's going on. I've tried troubleshooting with curl on all my services like Portainer, etc. and am getting back good responses.
Any help would be appreciated! I've included my widgets.yaml and services.yaml below. (The indenting may be off from my copy paste due to a yaml formatting plugin I have installed in VSCode, but it is valid yaml)
Here's a picture for reference:

homepage version
v0.9.12
Installation method
Docker
Configuration
Container Logs
error: <dockerStatusService> TypeError: Cannot read properties of null (reading 'conn')debug: No containers were found with homepage labels.Browser Logs
No response
Troubleshooting
Not really sure what else to add here. But here's what I've done:
All reactions