ImmichI
Immich4mo ago
Giuseppe

Live reload don't seem to work with make dev

Hello,
I'm a developer and wanted to make some PR.
I had some problem to start the project on MacOS. adding custom UID and GID to the postgres docker did the trick (and adding to .env btw) and started with make dev
   user:
      '${UID:-1000}:${GID:-1000}'

but now, when I modify some page on svelte, the live reload doesn't seem to work (same on the backend side).
I clicked on w in the console but there a panic error :
immich_redis | 1:M 07 Sep 2025 13:50:54.192 * Background saving terminated with success
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x104367918]
w Enable Watch
goroutine 195 [running]:
github.com/docker/compose/v2/pkg/compose.(Watcher).Start(0x0, {0x104ee5388?, 0x140006d6180?})
github.com/docker/compose/v2/pkg/compose/watch.go:87 +0xe8
github.com/docker/compose/v2/cmd/formatter.(
LogKeyboard).ToggleWatch.func1.1({0x104ee5388?, 0x140006d6180?})
github.com/docker/compose/v2/cmd/formatter/shortcut.go:284 +0x4c
github.com/docker/compose/v2/cmd/formatter.(LogKeyboard).ToggleWatch.func1.EventWrapFuncForErrGroup.2()
github.com/docker/compose/v2/internal/tracing/wrap.go:85 +0x9c
github.com/docker/compose/v2/cmd/formatter.(
LogKeyboard).ToggleWatch.func1()
github.com/docker/compose/v2/cmd/formatter/shortcut.go:291 +0x98
created by github.com/docker/compose/v2/cmd/formatter.(LogKeyboard).ToggleWatch in goroutine 47
github.com/docker/compose/v2/cmd/formatter/shortcut.go:281 +0x15c
docker compose -f ./docker/docker-compose.dev.yml down --remove-orphans
make: **
[dev] Error 2
Thank for your help
Was this page helpful?