[Bug] Cubby: Drag & drop multiple files only uploads the first file
-
Hi @nebulon and the Cloudron team,
I’ve been re-testing Cubby as a NextCloud alternative for my simple file sharing requirements. However, I’ve run into a consistent issue with the web UI on macOS & Windows.
The Issue:
When dragging and dropping multiple files from the macOS Finder / Windows File Explorer or Desktop into the Cubby upload area, only the first file in the selection actually gets uploaded. The rest of the queue seems to be ignored or dropped.Environment:
- OS: macOS Tahoe 26.3 (arm64) / Windows 11 24H2 (x86)
- App: Cubby 2.7.0
- Browser: Safari 26.3 (arm64) and Brave 1.87.188 (arm64) / Brave 1.87.191 (x86)
Steps to Reproduce:
-
Open a folder in Cubby.
-
Select 3-4 files in Finder/File Explorer.
-
Drag and drop them into the Cubby browser window.
-
Observe that only one file appears in the upload queue/folder.
It would be amazing if this could be fixed to support bulk uploads via drag-and-drop, as it's a common basic feature in almost all file sharing apps.
Thanks for all the work on this!
Edit: Updated to report same issue on Windows 11 as on Mac OS Tahoe
-
N nebulon marked this topic as a question
-
I checked the browser console and noticed a 404 (Not Found) error on a HEAD request right when the drop occurs. It seems to be failing at DirectoryModel.js:188.
Console Log Snippet:
HEAD https://[MY-CUBBY-URL]/api/v1/files?path=%2Fhome%2F[FILE-NAME]... 404 (Not Found)It looks like the application might be halting the queue if it encounters an error checking for the existence of a file path.
-
I can reproduce the issue on Windows 11 in Brave. Firefox handles multi-uploads just fine.

