Pings not loading

Hey, I've updated to 1.28.1 hopping to solve an issue with the ping of a service which uses a self-signed certificate internally, but I found an error, for some reason when the service is online none of the pings load, OS: OMV (Debian)
services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- homarr:/appdata
environment:
- SECRET_ENCRYPTION_KEY=[REDACTED]
- DOCKER_HOSTNAMES=homarr_proxy
- DOCKER_PORTS=2375
- AUTH_PROVIDERS=oidc
- AUTH_OIDC_ISSUER=https://auth.domain.dev
- AUTH_OIDC_CLIENT_ID=[REDACTED]
- AUTH_OIDC_CLIENT_SECRET=[REDACTED]
- AUTH_OIDC_CLIENT_NAME=Authelia
- AUTH_OIDC_AUTO_LOGIN=true
- AUTH_LOGOUT_REDIRECT_URL=https://auth.domain.dev/logout
- AUTH_OIDC_FORCE_USERINFO=true
expose:
- '7575:7575'
networks:
- shared
- default
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:latest
environment:
- CONTAINERS=1
- ALLOW_START=1 #optional
- ALLOW_STOP=1 #optional
- ALLOW_RESTARTS=1 #optional
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
read_only: true
tmpfs:
- /run
networks:
- default

volumes:
homarr:

networks:
shared:
name: base_shared
external: true

services:
homarr:
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- homarr:/appdata
environment:
- SECRET_ENCRYPTION_KEY=[REDACTED]
- DOCKER_HOSTNAMES=homarr_proxy
- DOCKER_PORTS=2375
- AUTH_PROVIDERS=oidc
- AUTH_OIDC_ISSUER=https://auth.domain.dev
- AUTH_OIDC_CLIENT_ID=[REDACTED]
- AUTH_OIDC_CLIENT_SECRET=[REDACTED]
- AUTH_OIDC_CLIENT_NAME=Authelia
- AUTH_OIDC_AUTO_LOGIN=true
- AUTH_LOGOUT_REDIRECT_URL=https://auth.domain.dev/logout
- AUTH_OIDC_FORCE_USERINFO=true
expose:
- '7575:7575'
networks:
- shared
- default
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:latest
environment:
- CONTAINERS=1
- ALLOW_START=1 #optional
- ALLOW_STOP=1 #optional
- ALLOW_RESTARTS=1 #optional
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
read_only: true
tmpfs:
- /run
networks:
- default

volumes:
homarr:

networks:
shared:
name: base_shared
external: true

Version: 1.28.1
Solution:
Can we close this discussion and continue in https://github.com/homarr-labs/homarr/issues/3622?
GitHub
bug: App Status Checks · Issue #3622 · homarr-labs/homarr
Describe the bug Status checks are no longer working as of the recent update and are stuck in a "Loading" state with a blue indicator. Steps to reproduce From a prior version, update to H...
Jump to solution
24 Replies
Cakey Bot
Cakey Bot2mo ago
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?
TheRedCyclops
TheRedCyclopsOP2mo ago
Nvm, fixed itself It's happening again
Manicraft1001
Manicraft10012mo ago
Please post logs on Pastebin And what do you mean by "not loading"?
TheRedCyclops
TheRedCyclopsOP2mo ago
all of them stay blue sure thing, give me a sec
TheRedCyclops
TheRedCyclopsOP2mo ago
Send text and files securely and anonymously with end-to-end encryption (no account required) | PrivateBin
Encrypted note on Send text and files securely and anonymously with...
Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.
TheRedCyclops
TheRedCyclopsOP2mo ago
Today it's happening while the server with the self-signed certificate is offline, so it's probably unrelated
Manicraft1001
Manicraft10012mo ago
Is one of the apps offline or timing out?
TheRedCyclops
TheRedCyclopsOP2mo ago
3 of them are offline
Manicraft1001
Manicraft10012mo ago
It could be that the slow ping is blocking the other pings @Meierschlumpf could it be that tRPC is blocking the successful pings here? WDYT? @TheRedCyclops please wait for Meier. We will get back to you.
TheRedCyclops
TheRedCyclopsOP2mo ago
thanks! I think last time when it solved itself the service crashed (I think it was unrelated) and when it restarted it started working again, but the reverse proxy also crashed so I'm not really sure
Meierschlumpf
Meierschlumpf2mo ago
I would guess, that websockets do not work for you then, because we only update pings through websockets since fridays release
TheRedCyclops
TheRedCyclopsOP2mo ago
how can I check it?
Meierschlumpf
Meierschlumpf2mo ago
You can check in the browser devtools network tab (f12) if the socket connection is working or not
TheRedCyclops
TheRedCyclopsOP2mo ago
Yup, it's failing This is my traefik router config:
http:
routers:
homarr:
rule: Host(`domain.com`)
entryPoints: 'websecure'
tls:
options: 'modern@file'
certResolver: letsencrypt
domains:
- main: 'domain.com'
sans:
- '*.domain.com'
middlewares:
- authelia@file
service: homarr
services:
homarr:
loadBalancer:
servers:
- url: "http://homarr:7575"
http:
routers:
homarr:
rule: Host(`domain.com`)
entryPoints: 'websecure'
tls:
options: 'modern@file'
certResolver: letsencrypt
domains:
- main: 'domain.com'
sans:
- '*.domain.com'
middlewares:
- authelia@file
service: homarr
services:
homarr:
loadBalancer:
servers:
- url: "http://homarr:7575"
Manicraft1001
Manicraft10012mo ago
!qa out_of_scope
Cakey Bot
Cakey Bot2mo ago
Your question is out of scope of our support. We are volunteers working on Homarr and cannot provide you with any information or help with third party software. Please contact the support of the respective applications instead to receive help.
Manicraft1001
Manicraft10012mo ago
We're not able to provide any support for Traefik. Please see documentation for Traefik and contact them for support.
TheRedCyclops
TheRedCyclopsOP2mo ago
should I test if a direct connection also fails? the traefik config hasn't changed at all
Manicraft1001
Manicraft10012mo ago
Read this message again: https://discord.com/channels/972958686051962910/1393713055593922720/1394257723364868207 Since this Friday, we changed our code to rely on WS. It doesn't matter if the config changed or not, since the proxy is blocking WS, Homarr is not able to function properly.
TheRedCyclops
TheRedCyclopsOP2mo ago
Ok, I will check it out wait just restarted homarr and it's back to working, so it doesn't seem to be reverse proxy related
Manicraft1001
Manicraft10012mo ago
Can you disable all browser extensions?
TheRedCyclops
TheRedCyclopsOP2mo ago
sure, but right now I won't be able to reproduce it, when it happens again I will try it ublock origin is always disabled for my domain
Solution
Manicraft1001
Manicraft10012mo ago
Can we close this discussion and continue in https://github.com/homarr-labs/homarr/issues/3622?
GitHub
bug: App Status Checks · Issue #3622 · homarr-labs/homarr
Describe the bug Status checks are no longer working as of the recent update and are stuck in a "Loading" state with a blue indicator. Steps to reproduce From a prior version, update to H...
TheRedCyclops
TheRedCyclopsOP2mo ago
sure

Did you find this page helpful?