You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with the file queue processing in the Dropzone component. By default it uploads multiple files in chunks consisting of two files (the size can be changed, but the problem will still exist). If your Dockerfile is not in the first chunk, the backend immediately throws an exception by saying that Dockerfile is missing (which is not true, since it will be coming in one of the next chunks). The problem was detected while trying to upload 29 files. Current solution is to set "parallelUploads" attribute in Files.jsx to be 999.
The text was updated successfully, but these errors were encountered:
There is a problem with the file queue processing in the Dropzone component. By default it uploads multiple files in chunks consisting of two files (the size can be changed, but the problem will still exist). If your Dockerfile is not in the first chunk, the backend immediately throws an exception by saying that Dockerfile is missing (which is not true, since it will be coming in one of the next chunks). The problem was detected while trying to upload 29 files. Current solution is to set "parallelUploads" attribute in Files.jsx to be 999.
The text was updated successfully, but these errors were encountered: