IFM File Manager broken after update

What app is this about, and its version: IFM File Manager 4.1.1
What YunoHost version are you running: 12.1.39
What type of hardware are you using: VPS bought online

Describe your issue

I updated IFM a while ago. When I tried to use it, it was broken (screen shows something like “��;�r�ƒ~�W��T,9��%���(��$*$�7%”). The app works if I delete it and install the backup from the previous version. Updating it breaks the app again.
I have shared the logs from the update. Can’t find the error.

Share relevant logs or error messages

https://paste.yunohost.org/raw/oketimiqak

I did some further investigating, but I am not an expert:

sudo journalctl | grep ifm

shows an error line from monitorix

phpfpm::phpfpm_update: ERROR: in pool 'ifm-8.2', unable to connect to 'http://localhost:8081/php-pool-status/php8.2-fpm-ifm

There are no errors in the nginx-log after

sudo tail -f /var/log/nginx/<mydomain>-error.log

When I open the debug console in the browser (F12), it displays the following error message:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘toLowerCase’)
at Jn (inject-root-bundle.js:1:77543

Now I’m stuck.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.