site does not work after 1.88.1

After upgrading to 1.88.1 the site does not load on the browser. The app continues to work though. I have followed the instructions in the release and removed the web container and sending all requests to the server container. Kindly help.
12 Replies
Alex Tran
Alex Tran2y ago
can you post you docker-compose file?
joshiparth1000
joshiparth1000OP2y ago
I am running Immich in Kubernetes
Alex Tran
Alex Tran2y ago
I think k8s isn't updated
joshiparth1000
joshiparth1000OP2y ago
I have my own chart
Alex Tran
Alex Tran2y ago
what is the issue are you seeing?
joshiparth1000
joshiparth1000OP2y ago
I just get a blank page when I open the URL in browser On iPhone the app is still working You can also try it https://photos.pajos.us I am using oidc for user auth. Immich does not even redirect to it for login Is there a change to config file schema? I am providing that during startup
Alex Tran
Alex Tran2y ago
did you open a port in the server container/pod?
joshiparth1000
joshiparth1000OP2y ago
Yes 3001
Alex Tran
Alex Tran2y ago
did you map it to 2283?
joshiparth1000
joshiparth1000OP2y ago
Nah I have always used the 3001 port That port is sent traffic directly from traefik which works as the reverse proxy
Alex Tran
Alex Tran2y ago
the map is now served on port 2283 I am not very well verse with k8s let me ask @bo0tzz to see if he can give you some guidance
joshiparth1000
joshiparth1000OP2y ago
Hmm the port 2283 is port on host which forwards traffic to 3001 on the container . In my case I don’t expose Immich directly on the host. Rather traefik is exposed on a load balancer. The traffic comes to load balancer passes through to traefik which based on host header forwards to Immich server pod This issue is solved. I forgot to remove the url rewrite in my config.

Did you find this page helpful?