ImmichI
Immich5w ago
Draic

server broke on recent update

first it was just not loading the web application. I updated with the recent fix and had the same issue. But after coming back to the server hours later the log now shows:
Error: ENOENT: no such file or directory, open '/app/immich/data/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 (/app/immich/server/dist/services/plugin.service.js:94:25)

    at async PluginService.loadPluginsFromManifests (/app/immich/server/dist/services/plugin.service.js:48:30)

    at async PluginService.onBootstrap (/app/immich/server/dist/services/plugin.service.js:30:9)

    at async EventRepository.onEvent (/app/immich/server/dist/repositories/event.repository.js:91:13)

    at async ApiModule.onModuleInit (/app/immich/server/dist/app.module.js:90:9)

    at async callModuleInitHook (/app/immich/server/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 (/app/immich/server/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 (/app/immich/server/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: '/app/immich/data/corePlugin/manifest.json'

}
Node.js v24.11.0
api worker exited with code 1
Missing history for endpoint: Retrieve auth status
(node:17971) ExperimentalWarning: WASI is an experimental feature and might change at any time


@Finn there you go
Was this page helpful?