Suddently getting "TRPCClientError" and Red Status dots

I’ve Been running Homarr for a few weeks successfully. Everything was working. Unfortunately, since yesterday all my apps have “TRPCClientError: fetch failed” or “TRPCClientError: Cannot read properties of undefined (reading 'status')” and all the status dots are red even though all my other Docker apps are running fine. I’m on docker on a Mac mini M1. macOS Sequoia 15.3.2. Docker Desktop Version 4.39.0. Homarr Version 1.12.0. I didn’t change anything in Docker or macOS or Homarr. It just stopped working. I saw an update for Homarr was available and I updated thinking that might solve it, but the issue is still there. Any ideas what it could be? Screenshot with a portion of the board for reference attached.
No description
2 Replies
Cakey Bot
Cakey Bot2d 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?
jncmney
jncmneyOP2d ago
compose.yml is services: homarr: container_name: homarr image: ghcr.io/homarr-labs/homarr:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock - ./homarr/appdata:/appdata environment: - SECRET_ENCRYPTION_KEY=*** ports: - 7575:7575 networks: {}

Did you find this page helpful?