cloudron cli uninstall not working ?
-
I persistently get :
cloudron uninstall --app app.domain.tld
Failed to uninstall app: 400 message: {"type":"Buffer","data":[105,110,99,111,114,114,101,99,116,32,109,105,109,101,32,116,121,112,101,46,32,101,120,112,101,99,116,105,110,103,32,97,112,112,108,105,99,97,116,105,111,110,47,106,115,111,110]}I have to uninstall through the UI.
V9.0.15Something odd on my system or reproducible ?
-
Hello @timconsidine
What is the version of the cloudron cli you are using?@James weird, because I have run
sudo npm install -g cloudron@6.0.0half a dozen times in recent weeks
Butcloudron -Vreports 5.14.7I will investigate why it is not upgrading
% sudo npm install -g cloudron@6.0.0 Password: changed 61 packages in 488ms 13 packages are looking for funding run `npm fund` for details % cloudron -V 5.14.7 -
Hello @timconsidine
Why are you runningsudo npm installand notnpm install?
Can you please run the following command and provide the output?which cloudronand
sudo which cloudronI suspect, because you have used
sudo npm installthere are two version of the cloudron cli installed on your system.
One for root and one for your current user. -
Hello @timconsidine
Why are you runningsudo npm installand notnpm install?
Can you please run the following command and provide the output?which cloudronand
sudo which cloudronI suspect, because you have used
sudo npm installthere are two version of the cloudron cli installed on your system.
One for root and one for your current user.@James I used
sudobecause system told me I don't have permissionswhich/sudo whichboth tell me I have/opt/homebrew/bin/cloudronI updated / upgraded brew but it's still 5.14.7
Nobrew doctorerrors.
Tried to remove the brew version of cloudron but it is rejecting that.
I will investigate
Thank you for the pointers.