only showing thumbnails
running in docker with a separare nginx-reverse-proxy pointing to
I can access immich via website and android app, can upload photos via website and app.
Unfortunately on the website I can only see thumbnails, the photos never load, the part stays black. Works fine in the app.
The entire
Now I can copy the
I found this line in the logs
And I can add the asset-id from before to load the picture in the browser.
Edit: Clicking the download button also works just fine.
So all does work somehow, just not by itself. I am fairly certain it's just some small issue, but I am not sure how to debug this further. Maybe someone encountered something similar before?
thank you!
konni
immich_proxy:8080. also tried with a fresh config pointing / to immich-web and /api to immich-server, same results.I can access immich via website and android app, can upload photos via website and app.
Unfortunately on the website I can only see thumbnails, the photos never load, the part stays black. Works fine in the app.
The entire
docker-compose logs -f is clean, I do see this in "my" nginx proxy when trying to open a photo:Now I can copy the
/api/asset/assetById/456ce00a-8a1c-4134-a38a-80c62c86d5eb part, add it to the base-url and get json-properties of the file.I found this line in the logs
And I can add the asset-id from before to load the picture in the browser.
Edit: Clicking the download button also works just fine.
So all does work somehow, just not by itself. I am fairly certain it's just some small issue, but I am not sure how to debug this further. Maybe someone encountered something similar before?
thank you!
konni