output of `./runtipi-cli debug` ``` Make sure you have started tipi before running this command --- System information --- -------------------------------¬--------------- | OS | linux | | OS Version | 13 | | Memory (GB) | 0.88 | | Architecture | arm64 | ------------------------------------------------ --- Tipi configuration --- -------------------------------------------------------------------- | Custom tipi docker config | No | -------------------------------------------------------------------- --- Settings.json --- { "allowErrorMonitoring": false } --- Environment variables --- -------------------------------------------------¬------------------------------------------ | POSTGRES_PASSWORD | | | RABBITMQ_PASSWORD | | | APPS_REPO_ID | 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 | | APPS_REPO_URL | https://github.com/runtipi/runtipi-appstore | | TIPI_VERSION | v4.4.0 | | INTERNAL_IP | 192.168.8.228 | | ARCHITECTURE | arm64 | | JWT_SECRET | | | ROOT_FOLDER_HOST | /home/mypi/runtipi | | RUNTIPI_APP_DATA_PATH | /home/mypi/runtipi | | NGINX_PORT | 80 | | NGINX_PORT_SSL | 443 | | DOMAIN | | | POSTGRES_HOST | runtipi-db | | POSTGRES_DBNAME | tipi | | POSTGRES_USERNAME | tipi | | POSTGRES_PORT | 5432 | | RABBITMQ_HOST | runtipi-queue | | RABBITMQ_USERNAME | tipi | | DEMO_MODE | false | | LOCAL_DOMAIN | tipi.local | -------------------------------------------------------------------------------------------- --- Docker containers --- ---------------------------------------------¬------ | No containers found | | ---------------------------------------------------- ^ If a container is not 'Up', you can run the command `docker logs ` to see the logs of that container. ``` contents of `error.log` ``` 2025-10-07T08:36:55.836Z - error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 172.18.0.2:5672 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) 2025-10-07T08:36:59.884Z - error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 172.18.0.2:5672 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) 2025-10-07T08:37:07.914Z - error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 172.18.0.2:5672 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) ``` contents of `error.log.history` ``` 2025-10-06T22:15:11.047Z - error > Request timed out Error: Request timed out at ClientRequest. (/app/main.js:508:13532) at ClientRequest.emit (node:events:519:28) at TLSSocket.emitRequestTimeout (node:_http_client:863:9) at Object.onceWrapper (node:events:633:28) at TLSSocket.emit (node:events:531:35) at Socket._onTimeout (node:net:604:8) at listOnTimeout (node:internal/timers:588:17) at process.processTimers (node:internal/timers:523:7) 2025-10-07T08:36:53.436Z - error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 172.18.0.2:5672 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) ``` contents of `app.log` ``` 2025-10-07T08:36:54.514Z - info > Logs flushed 2025-10-07T08:36:54.520Z - info > Running version: v4.4.0 2025-10-07T08:36:54.526Z - info > Generating system env file... 2025-10-07T08:36:55.838Z - error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 172.18.0.2:5672 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) 2025-10-07T08:36:55.840Z - warn > RabbitMQ connection lost, attempting to reconnect... 2025-10-07T08:36:59.885Z - error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 172.18.0.2:5672 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) 2025-10-07T08:36:59.887Z - warn > RabbitMQ connection lost, attempting to reconnect... 2025-10-07T08:37:07.915Z - error > RabbitMQ connection error connect ECONNREFUSED 172.18.0.2:5672 Error: connect ECONNREFUSED 172.18.0.2:5672 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16) 2025-10-07T08:37:07.916Z - warn > RabbitMQ connection lost, attempting to reconnect... 2025-10-07T08:37:09.785Z - info > Connected to the queue 2025-10-07T08:37:10.433Z - info > Connected to the queue 2025-10-07T08:37:12.968Z - info > Connected to the queue 2025-10-07T08:37:15.131Z - info > Connected to the queue 2025-10-07T08:37:24.052Z - info > Connected to the queue 2025-10-07T08:38:55.161Z - info > Creating traefik folders 2025-10-07T08:38:55.189Z - info > Copying traefik files 2025-10-07T08:38:55.199Z - info > Creating base folders 2025-10-07T08:38:55.205Z - info > Creating media folders 2025-10-07T08:38:55.460Z - info > TLS certificate for tipi.local already exists ```