YunoHost-Apps / vaultwarden_ynh

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

No installed app list in ynh webadmin after upgrade #158

Closed MarinLGU closed 2 years ago

MarinLGU commented 2 years ago

Hello, I just realized the upgrade from Bitwarden_RS to this vaultwarden repo following the Readme. Everything went fine apart from yunohost webadmin perspective where there are no app displayed anymore. I think this is the exact same story as described here : https://forum.yunohost.org/t/plus-aucune-app-installees-en-partie-admin as I have the same error logs in my browser's debug console. Is there a fix about this problem ? Thanks a lot, Marin

yalh76 commented 2 years ago

Hi,

Do you have other apps installed on you YunoHost Server ? Can you see them in the webadmin ?

MarinLGU commented 2 years ago

Hi, Yes I have many others, and I can't see them in the webadmin either, Thanks, Marin

niemanna commented 2 years ago

Same here, additionally i get the warning that the bitwarden app is not in the catalog anymore, although i have upgraded to vaultwarden, reinstalled vaultwarden afterwards and removed the upgraded instance (with the bitwarden URL)

MarinLGU commented 2 years ago

If I may add some information, when I execute yunohost app list in the command line, I still get two outputs for the "same" app : apps:0: description: Manage passwords and other sensitive informations domain_path: ****.domain/ id: bitwarden name: Vaultwarden version: 1.22.2~ynh1 and 10: description: Manage passwords and other sensitive informations domain_path: ****.domain/ id: vaultwarden name: Vaultwarden version: 1.22.2~ynh1 By the way, on my last backup report I get error for bitwarden and sucess for vaultwarden.

niemanna commented 2 years ago

Exactly same here! Even if i have deinstalled the former bitwarden instance it is still in the applist

ColinMaudry commented 2 years ago

Same here: upgrading Bitwarden has hidden all other apps, they seem to work, but Bitwarden (vaultwarden) doesn't work. Both bitwarden and vaultwarden appear in yunohost app list, but not in admin.

ColinMaudry commented 2 years ago

I have tried to install the version of Bitwarden I was using previously (here), it failed: https://paste.yunohost.org/raw/lepekixiko

MarinLGU commented 2 years ago

Ok, on my side I got everything back when removing the app with id "bitwarden" (as opposed to the new one with id "vaultwarden", even if both names were "Vaultwarden") from command line.

ColinMaudry commented 2 years ago

@MarinLGU What command did you run exactly? Thanks.

MarinLGU commented 2 years ago

sudo yunohost app remove bitwarden

ColinMaudry commented 2 years ago

Yup, the list of apps is back indeed, thanks :)