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
can you post you docker-compose file?
I am running Immich in Kubernetes
I think k8s isn't updated
I have my own chart
what is the issue are you seeing?
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
did you open a port in the server container/pod?
Yes 3001
did you map it to 2283?
Nah I have always used the 3001 port
That port is sent traffic directly from traefik which works as the reverse proxy
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
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.