How do i get my apps back in the dashboard?
Hi All,
I have a issue where i can't see if my apps are online.
I know they are but Tipi is not showing it.
Only after i reset the app i see them back online, however i don't want to reset all the apps for obvious reasons...

15 Replies
Hello, what do you mean by this? Are your apps stuck in starting/stopping status or are they not showing at all?
Like in the picture, looks like they are offline but i can access them with IP:PORT
So they are in the starting status?
Yes

Ok what if you click cancel it should stop immediately
It stopped, so is the app.
OMG, that's all? Just stop and start the app...
Ok try to start it now and it should start normally
Yes, thanks!
Yeah this sometimes can happen
Don't know why reboot isn't helping but this is fine!
Because a reboot doesn't clear the queue
Ah right, makes sense.
Basically when you click start, runtipi adds an event to the queue that gets picked up by the worker. If for some reason the worker fails without the queue knowing (e.g. if you restart runtipi while starting an app) then the event will still be waiting for the worker to finish it but the worker died so it doesn't do anything. By clicking stop you force the queue to add a new task and since there is no active task it's executed immediately
Allright, good explanation. Thanks for your help!