Error 502 (web via proxy) and 404 (localhost)
A few weeks back Immich stopped working from one day to the other.
I get a 502 error on my url which redirects via npm. I checked "curl -I http://localhost:2283 and http://localhost:2283/photos" to check if its a poxy issue, but I get 404's... I am sure this is the correct port, both portainer and docker ps show this. All containers are healthy.
Logs of the day the problem started show Immich updating to v1.135.3 (I was using the release tag). After updating, ffmpeg errors started showing up (see screenshots), failing to compile a tumbnail for some video. It states "failed to allocate memory", but docker stats shows memory usage between 0 and 6% per immich container, but this could be because the error only seems to occur around midnight. I do not understand what this has to do with the 502 error however.
The error has changed since then, now its 234, but its the same file causing the error (I updated to 1.136, could be because of this). I can provide that error log if necessary.
Things I have already tried are: restarting container (immich_server), restarting whole stack, updating to 1.136, updating compose file. Issue persists.
I don't know what to try now, so help is appreciated. If needed, I can provide in text error logs, proxy configs or the specific compose file.
Compose file is pulled from immich docs, only adding the npm network.
.env:
I get a 502 error on my url which redirects via npm. I checked "curl -I http://localhost:2283 and http://localhost:2283/photos" to check if its a poxy issue, but I get 404's... I am sure this is the correct port, both portainer and docker ps show this. All containers are healthy.
Logs of the day the problem started show Immich updating to v1.135.3 (I was using the release tag). After updating, ffmpeg errors started showing up (see screenshots), failing to compile a tumbnail for some video. It states "failed to allocate memory", but docker stats shows memory usage between 0 and 6% per immich container, but this could be because the error only seems to occur around midnight. I do not understand what this has to do with the 502 error however.
The error has changed since then, now its 234, but its the same file causing the error (I updated to 1.136, could be because of this). I can provide that error log if necessary.
Things I have already tried are: restarting container (immich_server), restarting whole stack, updating to 1.136, updating compose file. Issue persists.
I don't know what to try now, so help is appreciated. If needed, I can provide in text error logs, proxy configs or the specific compose file.
Compose file is pulled from immich docs, only adding the npm network.
.env:
UPLOAD_LOCATION=/home/docker/immich-app/library
DB_DATA_LOCATION=/home/docker/immich-app/postgres
IMMICH_VERSION=v1.136.0
DB_PASSWORD=***
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

