Solved Terminal reconnect after few seconds
-
Now I have create my next app => MariaDB with adminer as GUI.
On my local Docker it works just like I imagined it would, but on my Cloudron Instance I can't connect to terminal. After few seconds he try to reconnect. I don't see the cursor to put a command in there.
It's my first app with supervisor
-
If you follow the logs of the app and if you put some
echo "progress"
statements in thestart.sh
do you see the app restarting often maybe? -
In the dashboard, do you see the app as 'Running' ?
-
My guess: the healthcheck path you put in the CloudronManifest is not valid, so Cloudron thinks the app is not started correctly and restarts it
-
Good morning,
I found the problem. It was a supervisor misconfiguration. I copied a wrong template with a logging path that was unreachable.
Thanks