a) edit the umami.service file to use a nodejs 22.x.x version already installed on your system
ls /opt/node_n/n/versions/node/
# select the latest 22.x.x version
# edit the umami.service file
sudo nano /etc/systemd/system/umami.service
# change 22.23.2 to the latest version 22 present on your system
systemctl daemon-reload
systemctl start umami (you may need running before systemctl reset-failed umami)
b) or install the nodejs version required by the service :
N_PREFIX=/opt/node_n/ /usr/share/yunohost/helpers.v2.1.d/vendor/n/n install 22.23.2
systemctl start umami (you may need running before systemctl reset-failed umami)
Hope it may help but this makes me worry :
2026-09-02 21:30:52,979: WARNING - Aug 20 09:36:48 (node)[1068]: umami.service: Changing to the requested working directory failed: No such file or directory
yunohost backup restore umami-pre-upgrade1 --no-remove-on-failure
ls /opt/node_n/n/versions/node/
# select the latest 22.x.x version
# edit the umami.service file
sudo nano /etc/systemd/system/umami.service
# change 22.23.2 to the latest version 22 present on your system
systemctl daemon-reload
systemctl start umami (you may need running before systemctl reset-failed umami)
and apparently it worked, BUT, When I go to the umami web, I just get:
Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to [nginx.org](http://nginx.org/).
Commercial support is available at [nginx.com](http://nginx.com/).
Thank you for using nginx.
is it ok to post this here or should we just have the conversation here?
502 Bad Gateway
If you see this page, your connection with the server is working but the internal service providing this path is not responding.
Administrator, make sure that the service is running, and check its logs if it is not. The Services page is in your webadmin, under Tools > Services.
Thank you for using YunoHost.
Should we continue this thread here or on umami_ynh github?
@geoma here is the right place to exchange more than on github. On github you can report spotted bugs at dev level once it is confirmed those are bugs, here we are investigating a admin/user level.
discussions can be done on yunohost matrix support too.