konni
IImmich
•Created by konni on 1/27/2023 in #help-desk-support
only showing thumbnails
running in docker with a separare nginx-reverse-proxy pointing to
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!
konni4 replies