Hi everyone, I’m stuck in a 'Logic Bomb' loop on Immich v2.2.1. My desktop browser (Chrome/Firefox) freezes instantly because the Web UI is triggering an infinite refresh loop to notify me of an update.
I am trying to update via Docker Compose to the latest 2026 version to fix this, but I'm hitting a WSL pathing issue in PowerShell/VS Code
My Setup:
OS: Windows 10/11 with Docker Desktop (WSL 2 backend)
Immich Version: v2.2.1
File Path (from VS Code): \wsl.localhost\docker-desktop\home\MYNAME\DockerApp\immich-app.
When I try to run docker compose pull, I get:
no configuration file provided: not found or The system cannot find the path specified.
Even though I can see the files in VS Code, PowerShell won't cd into the directory, and wsl -d docker-desktop says it doesn't support the docker CLI directly.
How can I force an update to the latest images when the Windows host can't seem to 'reach' the docker-compose.yml inside the internal docker-desktop WSL distro?
I used AI to write this since I have been trying to trouble shoot this thing for the last 4 hours and I feel drained. I dont really know what to do.