[PR #16418] [MERGED] fix(mobile): background backup failing due to store #14874

Closed
opened 2026-02-05 15:39:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/16418
Author: @shenlong-tanwen
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @alextran1502

Base: mainHead: fix/store-background-backup


📝 Commits (1)

  • a38d91e fix: background backup failing due to store

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 mobile/lib/services/background.service.dart (+0 -1)

📄 Description

Description

HttpOveride is performed before the Store is initiated in the background service, resulting in background upload not working. We already override them again in the callback handler, hence the redundant override is removed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/16418 **Author:** [@shenlong-tanwen](https://github.com/shenlong-tanwen) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/store-background-backup` --- ### 📝 Commits (1) - [`a38d91e`](https://github.com/immich-app/immich/commit/a38d91e9bc8f5c13e034bf38b645c0bece95aa15) fix: background backup failing due to store ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/services/background.service.dart` (+0 -1) </details> ### 📄 Description ## Description HttpOveride is performed before the Store is initiated in the background service, resulting in background upload not working. We already override them again in the callback handler, hence the redundant override is removed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 15:39:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#14874