Open rithask opened 4 months ago
There is a bug which we haven't tracked down on the cause of this, but all the valid files on your phone should be all uploaded
What logs can I add to help? Same is occurring for me on one of my Android phones, not the other.
For me, the remainder stops at a number (not zero). According to the uploading file info, the app seems keep uploading photos. However, the number does not change. And I checked from the web page, the seem uploaded photos do not appear.
@Martin-Jia I am having the exact same issue.
@Martin-Jia @cruizno me too. After a clean reinstall on both server and client sides the problem came up again, with the same number of remainder
@AlliotTech reuploading is the symptoms of CloudFlare tunnel limitation or reverse proxy configuration is incorrect. You may try connect through local IP and it should upload all
@AlliotTech You are missing client_max_body_size 50000M;
in your settings.
You can read more here https://immich.app/docs/administration/reverse-proxy
@AlliotTech You are missing
client_max_body_size 50000M;
in your settings.You can read more here https://immich.app/docs/administration/reverse-proxy
Thank you, i found the waf limited the body size.
The bug
the number of remaining photos to backup is shown wrong. is it because of the hidden/deleted photos in the iOS app? if i selected some unbackuped photos/videos, the remainder still shows 0. is there a workaround?
The OS that Immich Server is running on
Ubuntu 22.04.4 LTS
Version of Immich Server
v1.109.2
Version of Immich Mobile App
v1.109.2
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response