Replies: 12 comments 2 replies
-
It turns out the issue was caused by a photo from the Nextcloud app, which I no longer use. Once I removed the photo, the backup process finished successfully. I suspect the photo wasn't an original, but rather an optimized copy, similar to how iCloud handles storage. That might explain why it showed no asset details in the 'Uploading file info' section. I remember seeing a post where someone experienced the same issue, and their solution was to disable storage optimization in iCloud settings. While I'm not entirely sure, this could be related. As I mentioned in the ticket, it would be great to have a list of remaining assets (perhaps even with thumbnails) in the app. The logs took a long time to show up, and there wasn’t any specific error message in the mobile app itself. I had to manually dig through the logs to identify the problem. A better user experience might be to display an alert or snackbar with the error details directly in the app. It would also be helpful if the app could handle these types of scenarios more gracefully. While I haven’t done thorough research, there might be a way to detect if a photo is an optimized copy rather than the original. In such cases, the app could either mark the backup as "completed with errors" or prompt the user to retry or finish the sync with a warning. |
Beta Was this translation helpful? Give feedback.
-
Same issue here. There is no file name nor ID.
That'll be nice. For now I still don't know which pictures stuck the backup process. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same problem. App Version: 1.118.0 build.180 |
Beta Was this translation helpful? Give feedback.
-
it's likely your iphone run out of ram? I had the same situation yesterday, it just never finish to upload photo to immich server. But I realized that it's because ios moves my "raw" photo files to icould, and only leave low resolution thumbnails locally. Immich needs to fetch those originals copies before upload to self-hosted service. But there is no RAM space left to perform such operations. After delete some Apps, and a complete reboot, immich starts to work again. Hope this can help |
Beta Was this translation helpful? Give feedback.
-
I have a similar problem. The counter do not change. But the progress-indicator is working. The app uploads a lot of files... The progress shows me uploading photos from yesterday... but in the webapp i can not find photos from yesterday. |
Beta Was this translation helpful? Give feedback.
-
@xundeenergie sounds like you have issue with reverse proxy. Try connecting to your instance over local IP |
Beta Was this translation helpful? Give feedback.
-
It's all in LAN... |
Beta Was this translation helpful? Give feedback.
-
I may have the exact same problem. |
Beta Was this translation helpful? Give feedback.
-
Turns out this was my case. |
Beta Was this translation helpful? Give feedback.
-
@rumd3x slightly off topic from the main issue, but this is the nginx config I use for my nginx proxy manager instance in order to make it work with big files:
The above was borrowed from https://immich.app/docs/administration/reverse-proxy/ |
Beta Was this translation helpful? Give feedback.
-
@an0o0nym Thanks! That was the issue in my reverse proxy configuration! One comment. I tested locally and for me the
was enough. |
Beta Was this translation helpful? Give feedback.
-
I have this same issue on iOS, both through reverse proxy and direct connect. I have 1 file listed as remaining, and I have no idea how to find the problem file. The logs haven't been super helpful, if anyone has any tips it would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
The bug
Immich iOS 18.0 mobile app gets stuck at 1 asset remaining.
The cloud icon on the home screen in the immich app has 'loading circle' always spinning. The upload is stuck at 1 remaining asset. Which I believe may be a bug, cause there is no details about which asset it is, nor it ever starts the upload.
I've tried different things, from force quiting app, to restarting the server etc, But nothing works.
After some time error came up in the logs about missing asset:
It would be super nice to be able to click on that 'Remainder' to see a list of what exact assets are being stuck in the queue. [perhaps this could be a feature request?]
But for now, can you point me in some direction on how to debug and fix the issue?
The OS that Immich Server is running on
Debian 6.1.112-1
Version of Immich Server
v.1.118.0
Version of Immich Mobile App
v.1.118.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Attached in the issue description
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions