Updated the app from 1.43.1 to 1.43.2 in proxmox using "update" command. Installation was done through community script, and the app has been running fine for months until this upgrade. Getting a failed status when I run "systemctl status homarr". See attachment for error while running the script "run_homarr.sh".
systemctl status homarr
× homarr.service - Homarr Service
Loaded: loaded (/etc/systemd/system/homarr.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2025-11-09 19:18:19 EST; 52min ago
Duration: 278ms
Process: 169 ExecStart=/opt/run_homarr.sh (code=exited, status=1/FAILURE)
Main PID: 169 (code=exited, status=1/FAILURE)
CPU: 311ms
homarr run_homarr.sh[212]: at TracingChannel.traceSync (node:diagnostics_channel:328:1>
homarr run_homarr.sh[212]: at wrapModuleLoad (node:internal/modules/cjs/loader:244:24)
homarr run_homarr.sh[212]: at Module.executeUserEntryPoint [as runMain] (node:internal>
homarr run_homarr.sh[212]: at node:internal/main/run_main_module:33:47 {
homarr run_homarr.sh[212]: code: 'MODULE_NOT_FOUND',
homarr run_homarr.sh[212]: requireStack: []
homarr run_homarr.sh[212]: }
homarr run_homarr.sh[212]: Node.js v24.11.0
homarr systemd[1]: homarr.service: Main process exited, code=exited, status=1/FAILURE
homarr systemd[1]: homarr.service: Failed with result 'exit-code'.