Images not showing up after upload
I've got about 2000 photos selected across various albums and the mobile app has completed a complete upload/backup session. After completion, however, I only see some 200 images in the server status counts. When I start another backup, it tries to upload the same images again.
I've checked logs for all the containers and don't see any errors. How can I debug why 9 out of 10 of my images "upload" to /dev/null?
19 Replies
Do you see those images on your mounted UPLOAD_LOCATION?
Edit: The ~200 images are on the filesystem, the rest are not
This is probably related to your setup, why don't you provide those info?
Here's my setup: https://github.com/gregwalters/immich/tree/main/kubernetes
GitHub
immich/kubernetes at main · gregwalters/immich
Self-hosted photo and video backup solution directly from your mobile phone. - immich/kubernetes at main · gregwalters/immich
I don't know any thing about k8s, you might have to wait for someone with the expertise to come in
The fact that some pictures are making it to the filesystem makes it seem like everything is OK but obviously there's an error somewhere 😛
I'm curious how to turn on debug/request logging. Any pointers?
You can enable nginx logging
did you run from local ip or through a reverse proxy?
reverse proxy
why don't you try running it from local ip first and see if all the asset get uploaded
Good call on the nginx logging.
probably you need to update your max body size setting
Already did
Funny that 1/10 pictures was below the max limit 😂
Thanks for sounding boarding this with me
Hye no problem, sorry couldn't be more help, I haven't had a chanced to play with k8s
My next TODO is a PR to add a link to the helm charts to the immich.app documentation so I wouldn't have wrote my own stuff >.<
We did that 😛
Kubernetes | Immich
You can deploy Immich on Kubernetes using the official Helm chart.
Oh, yes I see that now! Damn, moving fast
There's a third (and best, IMO) way to fix that DNS issue called out on the install page:
Did you deploy the proxy container too?
GitHub
k8s-cluster/cluster/apps/default/immich/app at main · samip5/k8s-cl...
GitOps/Flux2 managed full-stack Kubernetes cluster. - k8s-cluster/cluster/apps/default/immich/app at main · samip5/k8s-cluster