Mobile: Image uploading freezes
Hi there! I'm trying to upload my Camera folder onto immich. However, it seems to try to process each image, not uploading it whatsoever. Such that every time I start the app, it starts from the beginning; it processes through the images again, working its way into the past but seemingly not doing anything.
What is up with that? How could I fix that?
12 Replies
What is your system setup look like, are you using a dns or local ip? Do you have size limit of your proxy setup?
immich on raspberry pi, database on mounted external ssd. Access by using URL which is DNSed by Cloudflare
Can you try login via local IP and see if uploading works, if yes then it would be reverse proxy setup/cloudflare configuration issue
yup, seems to work
this is my nginx config for immich

and on cloudflare I basically just have this dns

You need additional client_max_body_size setting
and set it to something ridiculous like 10 GB?
Set it to 0 to allow any size
alright! Heard theres some limits with cloudflare as well, does that apply here too?
I believe so 100MB limit is what I’ve heard
True. Yeah I disabled the proxying through cloudflare and it should work now, no https anymore though hahah!