[SOLVED] 502 Bad Gateway with latest Immich version
After upgrading my Immich to the latest version I am getting "502 Bad Gateway" and cannot access immich / login, etc. I am using Nginx Proxy Manager with a publicly exposed domain.
With previous version (v1.122.3) everything worked without issues.
- websockets support enabled- block common exploits enabled- force SSL enabled- HTTP/2 Support enabled- HSTS Enabled- And following custom config added:client_max_body_size 50000M;proxy_request_buffering off;
- websockets support enabled- block common exploits enabled- force SSL enabled- HTTP/2 Support enabled- HSTS Enabled- And following custom config added:client_max_body_size 50000M;proxy_request_buffering off;
I thought I could fix the issue by adding "IMMICH_TRUSTED_PROXIES=192.X.X.X" in the .ENV file but that did not change anything.