I'm not sure if this issue came with the latest version. It worked at least for 1.92.
I've got the following script which get's executed directly within the immich_server container:
#!/bin/bash
immich login-key http://localhost:3001/api xxx
immich upload --album --recursive --delete /mnt/User1/Observed/
immich logout
While login/logout works, the upload command fails with the following error:
-- see below
No new logging message appears at immich_server when I execute this.
Is there anyone else with this problem?