[PR #9301] [CLOSED] Immich: Pin version to 2.3.1 #7950

Closed
opened 2026-02-26 16:31:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9301
Author: @jcisio
Created: 11/20/2025
Status: Closed

Base: mainHead: immich-2.3.1


📝 Commits (1)

  • 7eb2ef5 Immich: Pin version to 2.3.1

📊 Changes

4 files changed (+4 additions, -4 deletions)

View changed files

📝 ct/immich.sh (+1 -1)
📝 install/immich-install.sh (+1 -1)
📝 misc/build.func (+1 -1)
📝 misc/install.func (+1 -1)

📄 Description

✍️ Description

Pin to 2.3.1. No problem during the installation but I have a problem starting the app. Checking...

Error: ENOENT: no such file or directory, open '/opt/immich/app/corePlugin/manifest.json'
    at async open (node:internal/fs/promises:642:25)
    at async Object.readFile (node:internal/fs/promises:1279:14)
    at async PluginService.readAndValidateManifest (/opt/immich/app/dist/services/plugin.service.js:94:25)
    at async PluginService.loadPluginsFromManifests (/opt/immich/app/dist/services/plugin.service.js:48:30)
    at async PluginService.onBootstrap (/opt/immich/app/dist/services/plugin.service.js:30:9)
    at async EventRepository.onEvent (/opt/immich/app/dist/repositories/event.repository.js:91:13)
    at async MicroservicesModule.onModuleInit (/opt/immich/app/dist/app.module.js:90:9)
    at async callModuleInitHook (/opt/immich/app/node_modules/.pnpm/@nestjs+core@11.1.8_@nestjs+common@11.1.8_class-transformer@0.5.1_class-validator@0.14._a3ff1a5d48f77259e9f27c70f81ffd22/node_modules/@nestjs/core/hooks/on-module-init.hook.js:51:9)
    at async NestApplication.callInitHook (/opt/immich/app/node_modules/.pnpm/@nestjs+core@11.1.8_@nestjs+common@11.1.8_class-transformer@0.5.1_class-validator@0.14._a3ff1a5d48f77259e9f27c70f81ffd22/node_modules/@nestjs/core/nest-application-context.js:242:13)
    at async NestApplication.init (/opt/immich/app/node_modules/.pnpm/@nestjs+core@11.1.8_@nestjs+common@11.1.8_class-transformer@0.5.1_class-validator@0.14._a3ff1a5d48f77259e9f27c70f81ffd22/node_modules/@nestjs/core/nest-application.js:103:9) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/opt/immich/app/corePlugin/manifest.json'
}

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/9301 **Author:** [@jcisio](https://github.com/jcisio) **Created:** 11/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `immich-2.3.1` --- ### 📝 Commits (1) - [`7eb2ef5`](https://github.com/community-scripts/ProxmoxVE/commit/7eb2ef5c33e06b3152569b14163df85f71a306f0) Immich: Pin version to 2.3.1 ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ct/immich.sh` (+1 -1) 📝 `install/immich-install.sh` (+1 -1) 📝 `misc/build.func` (+1 -1) 📝 `misc/install.func` (+1 -1) </details> ### 📄 Description ## ✍️ Description Pin to 2.3.1. No problem during the installation but I have a problem starting the app. Checking... ``` Error: ENOENT: no such file or directory, open '/opt/immich/app/corePlugin/manifest.json' at async open (node:internal/fs/promises:642:25) at async Object.readFile (node:internal/fs/promises:1279:14) at async PluginService.readAndValidateManifest (/opt/immich/app/dist/services/plugin.service.js:94:25) at async PluginService.loadPluginsFromManifests (/opt/immich/app/dist/services/plugin.service.js:48:30) at async PluginService.onBootstrap (/opt/immich/app/dist/services/plugin.service.js:30:9) at async EventRepository.onEvent (/opt/immich/app/dist/repositories/event.repository.js:91:13) at async MicroservicesModule.onModuleInit (/opt/immich/app/dist/app.module.js:90:9) at async callModuleInitHook (/opt/immich/app/node_modules/.pnpm/@nestjs+core@11.1.8_@nestjs+common@11.1.8_class-transformer@0.5.1_class-validator@0.14._a3ff1a5d48f77259e9f27c70f81ffd22/node_modules/@nestjs/core/hooks/on-module-init.hook.js:51:9) at async NestApplication.callInitHook (/opt/immich/app/node_modules/.pnpm/@nestjs+core@11.1.8_@nestjs+common@11.1.8_class-transformer@0.5.1_class-validator@0.14._a3ff1a5d48f77259e9f27c70f81ffd22/node_modules/@nestjs/core/nest-application-context.js:242:13) at async NestApplication.init (/opt/immich/app/node_modules/.pnpm/@nestjs+core@11.1.8_@nestjs+common@11.1.8_class-transformer@0.5.1_class-validator@0.14._a3ff1a5d48f77259e9f27c70f81ffd22/node_modules/@nestjs/core/nest-application.js:103:9) { errno: -2, code: 'ENOENT', syscall: 'open', path: '/opt/immich/app/corePlugin/manifest.json' } ``` ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [ ] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [ ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:31:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#7950
No description provided.