Web - Interface doesn't handle correctly network issues #2697

Closed
opened 2026-02-05 06:47:16 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @LucaTheHacker on GitHub (Mar 29, 2024).

Originally assigned to: @jrasm91 on GitHub.

The bug

When connection is lost during an update, the interface doesn't respond correctly to the errors.
JS debug information is directly reported in the UI, instead of a "network error string".

Potentially, the upload system should recognize such events and pause the upload until the network is restored, trying to upload again the non-uploaded files.

image

The OS that Immich Server is running on

TrueNAS Scale

Version of Immich Server

v1.100

Version of Immich Mobile App

v1.100

Platform with the issue

  • Server
  • Web
  • Mobile

Reproduction steps

1. Start a big upload with large files
2. Disconnect the computer from the current network (like unplugging the cable with WiFi connected)
3. Observe the upload tab
Originally created by @LucaTheHacker on GitHub (Mar 29, 2024). Originally assigned to: @jrasm91 on GitHub. ### The bug When connection is lost during an update, the interface doesn't respond correctly to the errors. JS debug information is directly reported in the UI, instead of a "network error string". Potentially, the upload system should recognize such events and pause the upload until the network is restored, trying to upload again the non-uploaded files. <img width="290" alt="image" src="https://github.com/immich-app/immich/assets/45915503/9a4836d8-81f6-42ee-944b-97d4a038d2e7"> ### The OS that Immich Server is running on TrueNAS Scale ### Version of Immich Server v1.100 ### Version of Immich Mobile App v1.100 ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Reproduction steps ```bash 1. Start a big upload with large files 2. Disconnect the computer from the current network (like unplugging the cable with WiFi connected) 3. Observe the upload tab ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2697