Skip to content

fix: symlink corePlugin to the path immich v3 reads#7

Merged
ahze merged 1 commit into
daemonless:mainfrom
jtrotsky:fix/coreplugin-symlink-path
Jul 6, 2026
Merged

fix: symlink corePlugin to the path immich v3 reads#7
ahze merged 1 commit into
daemonless:mainfrom
jtrotsky:fix/coreplugin-symlink-path

Conversation

@jtrotsky

@jtrotsky jtrotsky commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

@ahze I just now see you fixed this here but the symlink was not updated:
8f1253f

Problem

The new Workflow builder (Utilities -> Workflows) introduced in Immich 3.0 is not displaying templates. It seems the plugin path changed and we weren't mounting it, looks like this on mine @ v3.0.1:
Screenshot 2026-07-06 at 16 35 14

I did not find it mentioned in the official upgrade guide: https://immich.app/blog/v3-migration

Fix

Point the symlink at /build/plugins/immich-plugin-core so importFolder finds the bundled plugin. The wasm and @extism/extism runtime were already present and correct, only the path was wrong.

Environment

  • FreeBSD 15.1
  • daemonless/immich-server v3.0.1

Tests

tests pending re: daemonless/dbuild#17

  • dbuild build --no-cache
  • dbuild test

Immich 3.0 resolves the core plugin at
${IMMICH_BUILD_DATA:-/build}/plugins/immich-plugin-core
(config.repository.js resourcePaths.corePlugin -> workflow-execution
service importFolder at boot), but the build only created the symlink
/build/corePlugin. /build/plugins/immich-plugin-core never existed, so
no plugin registered: /api/plugins and /api/plugins/methods returned [],
and every POST /api/workflows failed with
"Unknown method immich-plugin-core#...". All Workflows (screenshot
handling, smart albums, etc.) were non-functional.

The 07-02 "build for immich v3.0.0" change updated the COPY source to
upstream's new plugins/immich-plugin-core layout but left the runtime
symlink at the old /build/corePlugin name. Point the symlink at
/build/plugins/immich-plugin-core so importFolder finds the bundled
plugin. The wasm and @extism/extism runtime were already present and
correct; only the path was wrong.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ahze ahze marked this pull request as ready for review July 6, 2026 09:44
@ahze ahze merged commit 277557e into daemonless:main Jul 6, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants