[ISSUE] Install BW App in Umbrel hangs [Closed]

sorry about the issue, @DarthCoin. it looks like the background process that’s responsible for installing/uninstalling apps isn’t running. since you’re running a non-raspberry pi install, can you try this:

  1. stop umbrel: sudo scripts/stop
  2. restart the machine you’re running umbrel on: sudo reboot (this is important as it will ensure all the umbrel background process are killed)
  3. start umbrel (sudo scripts/start)
  4. try installing the bluewallet app again

(to watch app install/uninstall logs, you can tail -f logs/karen.log in the umbrel installation dir)

let me know if it makes a difference

1 Like