All recently updated & restarted apps stuck in starting in Cloudron
-
All of my recently updated and/or restarted apps are labeled as
Starting
in Cloudron. They've all successfully come up and are running though and I don't see any messages related to health checks in the individual app logs. Is there somewhere else I should be looking before I try to reboot Cloudron itself later? -
Maybe just a browser issue? Are you using Firefox?
-
N nebulon marked this topic as a question on
-
Looks like the healthcheck is not happening anymore then. Can you try to run
systemctl restart box
via SSH and see if the situation gets resolved? -
G girish has marked this topic as solved on
-
@darren mm, there must be some error in the logs which is causing the healthcheck logic to hang. Search or "Error" or "error" in
/home/yellowtent/platformdata/logs/box.log
. Do you also see a line printed every 10 seconds saying how many apps are running/stopped/dead ? -
@girish I had the same problem with 2 apps (one recently automatically upgraded[n8n] and another installed now [archivebox] and both reported "Starting" in the dashboard despite working URLs (status really = "Running'). systemctl restart box cleared up the dashboard. But in checking box.log, I can see where about 2 days ago, box:apphealthmonitor app health {running, stopped, unresponsive} stopped running. I did not see an error, just nothing in the log. After systemctl restart box, the entry began appearing in box.log. The only unusual aspect of my Cloudron is that I have been experimenting with a privately hosted app. FYI, that app was "Running". Hope this is helpful in figuring out what is going on.