YunoHost-Apps / firefly-iii_ynh

Firefly III package for YunoHost
https://firefly-iii.org/
GNU General Public License v3.0
18 stars 9 forks source link

Bad Gateway after removing netdata #35

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi guys

yesterday I deleted the netdata app via the Admin-Web-Interface. Since then I'm getting an 502-error when I try to connect to my firefly instance. The nginx error log says:

2021/03/22 16:32:26 [error] 26683#26683: *568465 open() "/var/www/firefly-iii/public/ynhtheme/custom_portal.js" failed (2: No such file or directory), client: 84.156.209.222, server: sub.domain.tld, request: "GET /ynhtheme/custom_portal.js HTTP/2.0", host: "sub.domain.tld", referrer: "https://sub.domain.tld/" 2021/03/22 16:32:26 [error] 26683#26683: *568465 open() "/var/www/firefly-iii/public/ynh_overlay.css" failed (2: No such file or directory), client: 84.156.209.222, server: sub.domain.tld, request: "GET /ynh_overlay.css HTTP/2.0", host: "sub.domain.tld", referrer: "https://sub.domain.tld/" 2021/03/22 16:32:26 [error] 26683#26683: *568465 open() "/var/www/firefly-iii/public/ynhtheme/custom_overlay.css" failed (2: No such file or directory), client: 84.156.209.222, server: sub.domain.tld, request: "GET /ynhtheme/custom_overlay.css HTTP/2.0", host: "sub.domain.tld", referrer: "https://sub.domain.tld/" 2021/03/22 16:32:38 [crit] 26683#26683: *568499 connect() to unix:/var/run/php/php7.4-fpm-firefly-iii.sock failed (2: No such file or directory) while connecting to upstream, client: 84.156.209.222, server: sub.domain.tld, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm-firefly-iii.sock:", host: "sub.domain.tld" 2021/03/22 16:32:38 [error] 26683#26683: *568499 open() "/var/www/firefly-iii/public/ynh_portal.js" failed (2: No such file or directory), client: 84.156.209.222, server: sub.domain.tld, request: "GET /ynh_portal.js HTTP/2.0", host: "sub.domain.tld", referrer: "https://sub.domain.tld/" 2021/03/22 16:32:38 [error] 26683#26683: *568499 open() "/var/www/firefly-iii/public/ynh_overlay.css" failed (2: No such file or directory), client: 84.156.209.222, server: sub.domain.tld, request: "GET /ynh_overlay.css HTTP/2.0", host: "sub.domain.tld", referrer: "https://sub.domain.tld/" 2021/03/22 16:32:38 [error] 26683#26683: *568499 open() "/var/www/firefly-iii/public/ynhtheme/custom_portal.js" failed (2: No such file or directory), client: 84.156.209.222, server: sub.domain.tld, request: "GET /ynhtheme/custom_portal.js HTTP/2.0", host: "sub.domain.tld", referrer: "https://sub.domain.tld/" 2021/03/22 16:32:38 [error] 26683#26683: *568499 open() "/var/www/firefly-iii/public/ynhtheme/custom_overlay.css" failed (2: No such file or directory), client: 84.156.209.222, server: sub.domain.tld, request: "GET /ynhtheme/custom_overlay.css HTTP/2.0", host: "sub.domain.tld", referrer: "https://sub.domain.tld/"

I think this removed accidentially the required php7.4 but don't no what to do further ;)

Help is highly appreciated

anmol26s commented 3 years ago

Update the package again.

ghost commented 3 years ago

Hi @anmol26s thanks for your feedback - can you be more specific?

thanks in advance