what happens to file if bulk upload fails?
I am bill uploading around 500 files but the bulk upload after completion gives a bunch of error “400 bad request”. What happens to the files that were uploaded? How can I resume ?
8 Replies
files that get uploaded will be on the server, you can resume by rerun the command
I don’t see them on the ui. They seem to be missing
Can you post the entire error messgae?
here you go
Any clues as to what’s going wrong ?
You might have your reverse proxy not setting up for accepting larger file size
If your are using nginx please make sure to have client_max_body_size set to 0 to accept any file size. You can test it quickly by using local IP instead of DNS
ok let me check that out
doesn't look like a file size issue on proxy. checking the proxy logs i say origin replied with 400 status code
but i checked the immich-server logs but it has nothing
the issue was caused because i had a outdated image of cli cached locally. a suggestion there should be a check in the cli to check for supportability with server version
now i need to figure out what happened to the files that were uploaded using older version of cli. do i need to do some sort of cleanup?
also does immich support cleaning up duplicates?
File with the same size content won’t be accepted by the server so you don’t have to worry about it