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
Alex Tran
Alex Tran2y ago
files that get uploaded will be on the server, you can resume by rerun the command
joshiparth1000
joshiparth1000OP2y ago
I don’t see them on the ui. They seem to be missing
Alex Tran
Alex Tran2y ago
Can you post the entire error messgae?
joshiparth1000
joshiparth1000OP2y ago
here you go
joshiparth1000
joshiparth1000OP2y ago
Any clues as to what’s going wrong ?
Alex Tran
Alex Tran2y ago
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
joshiparth1000
joshiparth1000OP2y ago
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?
Alex Tran
Alex Tran2y ago
File with the same size content won’t be accepted by the server so you don’t have to worry about it

Did you find this page helpful?