-
Notifications
You must be signed in to change notification settings - Fork 948
Uploading multiple big files fails #10006
Copy link
Copy link
Open
Labels
1. to developbugfeature: 📁 file providermacOS File Provider Extension, more general also known as virtual file system.macOS File Provider Extension, more general also known as virtual file system.os: 🍎 macOSApple macOS, formerly also known as OS XApple macOS, formerly also known as OS X
Milestone
Metadata
Metadata
Assignees
Labels
1. to developbugfeature: 📁 file providermacOS File Provider Extension, more general also known as virtual file system.macOS File Provider Extension, more general also known as virtual file system.os: 🍎 macOSApple macOS, formerly also known as OS XApple macOS, formerly also known as OS X
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
📄 To do
Bug description
I am trying to upload multiple files bigger than 1GB, but it keeps resulting in an error next to the file mentioning
The operation couldn't be completed. (NSFileProviderErrorDomain error -2005.)and I'm not sure if its something on my side or Nextcloud's side.You can see in the images below that most if not all my files failed to upload because of this error.
Steps to reproduce
Expected behavior
I should be able to upload multiple files over any file size limit with no issues or errors.
Which files are affected by this bug
ATM10-Server.tar.gz
Operating system
macOS
Which version of the operating system you are running.
macOS 26.4.1
Installation method
Official Installer for macOS 13 and later
Nextcloud Server version
32.0.9
Nextcloud Desktop Client version
33.0.4
Did this occur after an update or on a clean installation?
Clean desktop client installation
Are you using the Nextcloud Server Encryption module?
No
Are you using an external user-backend?
Nextcloud Server logs
Additional info
I'm using OpenID Connect to log into Nextcloud, and using the Nextcloud AIO image which is why I am not on the latest version of Nextcloud Server. I am curious if it is being limited by both my
NEXTCLOUD_UPLOAD_LIMITwhich is set to16Gand myNEXTCLOUD_MAX_TIMEwhich is set to7200.Nextcloud Server Logs:
nextcloud.log
Desktop Client Logs:
debug-archive.zip
Let me know if you need any other information!