YunoHost-Apps / vaultwarden_ynh

Open source password management solutions for YunoHost
https://bitwarden.com/
GNU General Public License v3.0
58 stars 18 forks source link

Admin panel - App tiles are gone after upgrade #180

Closed fabykr closed 1 year ago

fabykr commented 2 years ago

Hi there,

after successfully upgrading Bitwarden to Vaultwarden I cannot see my installed apps at the admin panel (https://url/yunohost/admin/#/apps) any more. At the user interface they are still there and they are all working.

Does somebody else experienced this?

tranquillechat commented 2 years ago

Hello,

Same here, (https://url/yunohost/admin/#/apps) no showing anything. Apps working good.

But it'll be complicated to manage in the near furtur :/

Does anyone know how to solve this ?

Thanks by advance, Regards

tranquillechat commented 2 years ago

it's seem to be the upgrade, who dont remove the previous version of bitwarden. And then the webui not loading the apps list

log : 2022-05-02 18:48:16,814 DEBUG moulinette.core acquire - lock has been acquired 2022-05-02 18:48:16,815 DEBUG moulinette.actionsmap process - loading python module yunohost.app took 0.000s 2022-05-02 18:48:16,815 DEBUG moulinette.actionsmap process - processing action [518.27]: yunohost.app.list with args={'full': True, 'installed': False, 'filter': None} 2022-05-02 18:48:16,866 WARNING yunohost.app (unknown function) - [518.27] Failed to get label for app bitwarden ? 2022-05-02 18:48:17,244 DEBUG moulinette.actionsmap process - action [518.27] executed in 0.428s 2022-05-02 18:48:17,244 DEBUG moulinette.core release - lock has been released 2022-05-02 18:48:17,248 INFO geventwebsocket.handler (unknown function) - 127.0.0.1 - - [2022-05-02 18:48:17] "GET /apps?full&locale=en HTTP/1.1" 200 82140 0.437034

CLI

yunohost app list

1: description: Manage passwords and other sensitive informations domain_path: url/bitwarden id: bitwarden name: Vaultwarden version: 1.24.0~ynh1

...

14: description: Manage passwords and other sensitive informations domain_path: url/bitwarden id: vaultwarden name: Vaultwarden version: 1.24.0~ynh1

It's safe to remove id: bitwarden without breaking anything ?

Thanks,

tranquillechat commented 2 years ago

so, i backup the vaulwarden for security and launch #yunohost app remove bitwarden Old package bitwarden was remove and (https://url/yunohost/admin/#/apps) now working !

No more bitwarden error - log - 2022-05-02 21:21:16,402 DEBUG moulinette.core acquire - lock has been acquired 2022-05-02 21:21:16,402 DEBUG moulinette.actionsmap process - loading python module yunohost.app took 0.000s 2022-05-02 21:21:16,402 DEBUG moulinette.actionsmap process - processing action [518.48]: yunohost.app.list with args={'full': True, 'installed': False, 'filter': None} 2022-05-02 21:21:16,762 DEBUG moulinette.actionsmap process - action [518.48] executed in 0.360s 2022-05-02 21:21:16,762 DEBUG moulinette.core release - lock has been released 2022-05-02 21:21:16,765 INFO geventwebsocket.handler (unknown function) - 127.0.0.1 - - [2022-05-02 21:21:16] "GET /apps?full&locale=en HTTP/1.1" 200 79475 0.364462

Regards,

zyphlar commented 1 year ago

Following these instructions fixed this issue for me as well (backup vaultwarden and then run yunohost app remove bitwarden on the CLI)