narenarora

Results 4 comments of narenarora

> I had the same, but fixed it by doing the following: > > * Manually/actively pulling the latest CLI version. with `docker pull ghcr.io/immich-app/immich-cli:latest` . Despite using immich-cli:latest in...

Thank you @bugy for trying this out. Would you be able to try it with your reverse proxy and script server running on different hosts? That's the only difference I...

Incase this is where the issue is, below is my `conf.json` ```json { "port": 5000, "address": "0.0.0.0", "title": "My Script Server", "auth": { "type": "htpasswd", "htpasswd_path": "/auth/.htpasswd" }, "access": {...

If this helps .. this is my redirection log. Looks like once it hits `index.html` , it is internally redirected to `/login.html` without the subpath ```bash $ curl -vL https://mydomain.com/myscripts...