Bulk Upload Login Not Working
I'm trying to bulk upload to Immich that's running on docker with this command:
sudo docker run --network immich-app_default -it --rm -v "$(pwd):/import" ghcr.io/immich-app/immich-cli:latest upload --key 1234567890 --server http://immich-server:3001
This is the output:
I've verified the key and network are correct. Why can't it login?8 Replies
Can you create a new key and try again?
Did that, still didn’t work
Hmm pretty strange
Can you try to install npm/node and install the CLI as a standalone binary?

This is very strange because it is somehow logging those two lines
Nevermind, the error message for the media-types is "check api key" 😆

I think the issue is the cli assumes the server has the media-types endpoint. This version of the cli requires the latest server to work.
My server is a few updates behind. Let me update and see if it works.