Reactive Resume - RPC Response Timed Out
Hi !
I'm trying to install an app (Reactive Resume from ThinkCloud appstore) but I get each time an error RPC response timed out.
App log :
I already added 2GB of RAM to my VM but stille get this error.
2025-10-17T11:27:54.182Z - info > Installing app reactiveresume:wannaco as User ID: 0, Group ID: 0
2025-10-17T11:27:54.183Z - info > Deleting app reactiveresume:wannaco folder if exists
2025-10-17T11:27:54.184Z - info > Creating app reactiveresume:wannaco folder
2025-10-17T11:27:54.184Z - info > Creating app reactiveresume:wannaco data folder
2025-10-17T11:27:54.184Z - info > Copying app reactiveresume:wannaco from repo wannaco
2025-10-17T11:27:54.184Z - info > Creating app.env file for app reactiveresume:wannaco
2025-10-17T11:27:54.186Z - info > Copying data dir for app reactiveresume:wannaco
2025-10-17T11:27:54.189Z - info > Pruned containers: null Space reclaimed: 0 MB
2025-10-17T11:27:54.245Z - info > Allocated subnet 10.128.10.0/24 for app reactiveresume:wannaco
2025-10-17T11:27:54.266Z - info > Running docker compose with args --env-file /app-data/wannaco/reactiveresume/app.env --project-name reactiveresume_wannaco -f /data/apps/wannaco/reactiveresume/docker-compose.yml down --rmi all --remove-orphans
2025-10-17T11:28:09.935Z - info > Running docker compose with args --env-file /app-data/wannaco/reactiveresume/app.env --project-name reactiveresume_wannaco -f /data/apps/wannaco/reactiveresume/docker-compose.yml up --detach --force-recreate --remove-orphans
2025-10-17T11:30:50.930Z - error > The queue timed out while processing the request. Try restarting your instance before retrying.
2025-10-17T11:30:50.931Z - error > Failed to install app reactiveresume:wannaco: RPC response timed out
2025-10-17T11:27:54.182Z - info > Installing app reactiveresume:wannaco as User ID: 0, Group ID: 0
2025-10-17T11:27:54.183Z - info > Deleting app reactiveresume:wannaco folder if exists
2025-10-17T11:27:54.184Z - info > Creating app reactiveresume:wannaco folder
2025-10-17T11:27:54.184Z - info > Creating app reactiveresume:wannaco data folder
2025-10-17T11:27:54.184Z - info > Copying app reactiveresume:wannaco from repo wannaco
2025-10-17T11:27:54.184Z - info > Creating app.env file for app reactiveresume:wannaco
2025-10-17T11:27:54.186Z - info > Copying data dir for app reactiveresume:wannaco
2025-10-17T11:27:54.189Z - info > Pruned containers: null Space reclaimed: 0 MB
2025-10-17T11:27:54.245Z - info > Allocated subnet 10.128.10.0/24 for app reactiveresume:wannaco
2025-10-17T11:27:54.266Z - info > Running docker compose with args --env-file /app-data/wannaco/reactiveresume/app.env --project-name reactiveresume_wannaco -f /data/apps/wannaco/reactiveresume/docker-compose.yml down --rmi all --remove-orphans
2025-10-17T11:28:09.935Z - info > Running docker compose with args --env-file /app-data/wannaco/reactiveresume/app.env --project-name reactiveresume_wannaco -f /data/apps/wannaco/reactiveresume/docker-compose.yml up --detach --force-recreate --remove-orphans
2025-10-17T11:30:50.930Z - error > The queue timed out while processing the request. Try restarting your instance before retrying.
2025-10-17T11:30:50.931Z - error > Failed to install app reactiveresume:wannaco: RPC response timed out
3 Replies
Tipi debug :
Though, with some time, the app is installed but is not visible on Tipi
⚠️ Make sure you have started tipi before running this command
--- System information ---
┌──────────────┬───────┐
│ OS │ linux │
│ OS Version │ 24.04 │
│ Memory (GB) │ 7.75 │
│ Architecture │ amd64 │
└──────────────┴───────┘
--- Tipi configuration ---
┌───────────────────────────┬────┐
│ Custom tipi docker config │ No │
│ Custom environment file │ No │
└───────────────────────────┴────┘
--- Settings.json ---
{
"advancedSettings": false,
"allowAutoThemes": true,
"allowErrorMonitoring": true,
"appDataPath": "/opt/runtipi",
"appsRepoUrl": "https://github.com/runtipi/runtipi-appstore",
"domain": "\u003credacted\u003e",
"eventsTimeout": 5,
"forwardAuthUrl": "http://runtipi:3000/api/auth/traefik",
"guestDashboard": true,
"internalIp": "192.168.2.17",
"listenIp": "192.168.2.17",
"localDomain": "in.neodraco.fr",
"logLevel": "info",
"maxBackups": 0,
"persistTraefikConfig": false,
"port": 80,
"sslPort": 443,
"themeBase": "slate",
"themeColor": "cyan",
"timeZone": "Europe/Brussels"
}
--- Environment variables ---
┌───────────────────────┬──────────────────────────────────────────────────────────────────┐
│ POSTGRES_PASSWORD │ <redacted> │
│ RABBITMQ_PASSWORD │ <redacted> │
│ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │
│ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │
│ TIPI_VERSION │ v4.5.0 │
│ INTERNAL_IP │ 192.168.2.17 │
│ ARCHITECTURE │ amd64 │
│ JWT_SECRET │ <redacted> │
│ ROOT_FOLDER_HOST │ /opt/runtipi │
│ RUNTIPI_APP_DATA_PATH │ /opt/runtipi │
│ NGINX_PORT │ 80 │
│ NGINX_PORT_SSL │ 443 │
│ DOMAIN │ <redacted> │
│ 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 │ in.neodraco.fr │
└───────────────────────┴──────────────────────────────────────────────────────────────────┘
--- Docker containers ---
┌───────────────────────┬──────────────────────┐
│ runtipi-reverse-proxy │ Up 2 hours │
│ runtipi │ Up 2 hours (healthy) │
│ runtipi-db │ Up 2 hours (healthy) │
│ runtipi-queue │ Up 2 hours │
└───────────────────────┴──────────────────────┘
^ If a container is not 'Up', you can run the command `docker logs <container_name>` to see the logs of that container.
⚠️ Make sure you have started tipi before running this command
--- System information ---
┌──────────────┬───────┐
│ OS │ linux │
│ OS Version │ 24.04 │
│ Memory (GB) │ 7.75 │
│ Architecture │ amd64 │
└──────────────┴───────┘
--- Tipi configuration ---
┌───────────────────────────┬────┐
│ Custom tipi docker config │ No │
│ Custom environment file │ No │
└───────────────────────────┴────┘
--- Settings.json ---
{
"advancedSettings": false,
"allowAutoThemes": true,
"allowErrorMonitoring": true,
"appDataPath": "/opt/runtipi",
"appsRepoUrl": "https://github.com/runtipi/runtipi-appstore",
"domain": "\u003credacted\u003e",
"eventsTimeout": 5,
"forwardAuthUrl": "http://runtipi:3000/api/auth/traefik",
"guestDashboard": true,
"internalIp": "192.168.2.17",
"listenIp": "192.168.2.17",
"localDomain": "in.neodraco.fr",
"logLevel": "info",
"maxBackups": 0,
"persistTraefikConfig": false,
"port": 80,
"sslPort": 443,
"themeBase": "slate",
"themeColor": "cyan",
"timeZone": "Europe/Brussels"
}
--- Environment variables ---
┌───────────────────────┬──────────────────────────────────────────────────────────────────┐
│ POSTGRES_PASSWORD │ <redacted> │
│ RABBITMQ_PASSWORD │ <redacted> │
│ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │
│ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │
│ TIPI_VERSION │ v4.5.0 │
│ INTERNAL_IP │ 192.168.2.17 │
│ ARCHITECTURE │ amd64 │
│ JWT_SECRET │ <redacted> │
│ ROOT_FOLDER_HOST │ /opt/runtipi │
│ RUNTIPI_APP_DATA_PATH │ /opt/runtipi │
│ NGINX_PORT │ 80 │
│ NGINX_PORT_SSL │ 443 │
│ DOMAIN │ <redacted> │
│ 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 │ in.neodraco.fr │
└───────────────────────┴──────────────────────────────────────────────────────────────────┘
--- Docker containers ---
┌───────────────────────┬──────────────────────┐
│ runtipi-reverse-proxy │ Up 2 hours │
│ runtipi │ Up 2 hours (healthy) │
│ runtipi-db │ Up 2 hours (healthy) │
│ runtipi-queue │ Up 2 hours │
└───────────────────────┴──────────────────────┘
^ If a container is not 'Up', you can run the command `docker logs <container_name>` to see the logs of that container.
Try to increase eventsTimeout in the advanced settings of Runtipi
Put 5 minutes to start
oki !