Homepage Error - Connecting to localhost:3000 ([::1]:3000) wget: can't connect to remote host: Connection refused #4805
Replies: 5 comments 8 replies
|
The app is not suddenly broken so something must have changed. Did you change the ipv6 settings on your host? |
|
Nope, all networking is the same.
It turned out to be permissions as omitting the uid and gid from the compose file solved it.
Checked all system logs, no changes been made to it for months, and defo nothing to the compose file or file system at all, I have been using it daily since 2023 so I'm very aware of when its not available.... Weird that suddenly perms are broken
…-------- Original Message --------
On 20/02/2025 14:55, shamoon wrote:
The app is not suddenly broken so something must have changed. Did you change the ipv6 settings on your host?
—
Reply to this email directly, [view it on GitHub](#4805 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AZVTCEHCMA2BSU7SI4UFAPT2QXUFNAVCNFSM6AAAAABXQFNBYWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRWGQ2TMNQ).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
I can confirm. I am a new homepage user but advanced user. The container fails the start when PUID is configured. Even when I remove the volumes the container still failing to start with the same error which leads me to think something wrong with the docker image I realize after leaving the container in error state it became green eventually but the UI has an error "Application error: a client-side exception has occurred (see the browser console for more information)." This is the logs of the container The user that is running the homepage is the owner of the folder I am trying to mount as well |
|
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
|
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. |

Uh oh!
There was an error while loading. Please reload this page.
Description
I have been running homepage for over a year, and today after a server reboot am getting an error where homepage is not available - docker logs homepage is empty - portainer shows the error Connecting to localhost:3000 ([::1]:3000) wget: can't connect to remote host: Connection refused
I am running this via docker compose - i will put my config below. its worth noting, if i use docker run, with same ports, same config and same UID and GID, the container runs - it very much appears to be an issue with something inside the container attaching to port 3000 when ran via compose
homepage version
latest
Installation method
Docker
Configuration
Docker run command (that works)
docker run -p 3300:3000 -v /mnt/docker/bindmounts/homepage:/app/config -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/gethomepage/homepage:latestConnecting to localhost:3000 ([::1]:3000) wget: can't connect to remote host: Connection refused
All reactions