Update to Bitcoin 28.0 "not running"

Hello, after updating to bitcoin v28 the app just says “not running” I cannot uninstall, do anything in the App Store, right click, or get any functionality after a reboot.

Thanks for any help

I tried this set of commands, with no such luck either

Stop an app:

umbreld client apps.stop.mutate --appId <app-id>

eg.

umbreld client apps.stop.mutate --appId bitcoin

And start it with:

umbreld client apps.restart.mutate --appId <app-id>

Hi,
I quickly created a test system in Proxmox.

umbreld client apps.install.mutate --appId bitcoin ,
umbreld client apps.uninstall.mutate --appId bitcoin and
umbreld client apps.update.mutate --appId bitcoin
are commands that work without problems on my test system.
I would try to restart the update using the update command.
I hope I could help