Chunk number in uploads not incremented [HTTP 500] Internal Error: The file already exists
The uploaded file is always "chunk-size" large, it seems chunk number is not incremented
setup: docker behind nginx with the config from docs. version: 1.14.0
(guess it's a javascript problem)
Hi @sudo-bencho this is always hard to debug for me. To reproduce, you say using a file that is exactly chunkSize is triggering this?
Can you share more about your setup? Like, what file backend you are using, the chunk-size. What browser is this and do you have any browser plugins enabled?
( a file cannot be larger than chunkSize since the upload thingy always tries to send the first chunk again )
filesystem+psql backend firefox/chrome with and without plugins
I think it will retry a chunk, if the server doesn't respond with success. Are there any hints in the server logs?