I have my openclaw running on a vps in a docker. The last stable version was 3.28. I wanted to update it to 4.11.
Unfortunately, the update fails. Everytime I hit "/status", nothing happens in the telegram chat and I receive the following logs:
openclaw-gateway | 2026-04-13T05:48:36.871+00:00 [telegram] bot error: Error: Cannot find module '/app/dist/commands-status-deps.runtime.js' imported from /app/dist/runtime-import-QDWd4HE-.js
I am using a custom dockerfile and a customized docker-compose.yml.
I assume I have to change one or both of them, but I dont know where to start debugging.
Can you help me?