-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Apple File Provider with bigger files result in NSFileProviderErrorDomain (-2005) #5737
Comments
Hi, more information is needed in order to debug this -- could you provide some logs? The file provider module uses Apple’s unified logging system, so you can extract relevant logs using the Console app or by using the |
error is simply "file too large"
|
Is this issue still relevant using 3.13.0-macOS-vfs? |
Yes, it is. I am experiencing this issue too on MacOS Sonoma with 3.13.0. However it's interesting to see that the file is however actually uploaded to the server, but it shows an error on Finder. |
Same here. |
Looks like there's a limitation in the request size in PHP ini and/or in the web server configuration. The stricter of the two applies. |
I'm assuming the file won't show up in Nextcloud Files web interface either... |
I changed the PHP memory limit and now I don't get this error anymore. But when I try to upload a file > 1 GB, I get an error I have tried a lot of different configs with different memroy and upload sizes. Apache is also configured with an unlimited Do you have any idea what could be wrong? |
Timeouts are just as important as sizes. A snippet from my nginx conf:
Hope this helps. Regards! |
There are other important things like buffering and other stuff that come in the way when you allow for very big uploads. |
PHP ini also includes upload_max_filesize and post_max_size, I've set them to "high values". |
I have a feeling that there is a timeout of 60s somewhere, but I can't find it. I've tried all the timeouts that could have been too low and increasing them, but it doesn't work. |
Bug description
when adding a bigger file (in my case about 1GB in size) on the Apple File Provider the file will immediately get a cloud symbol with an exclamation mark with the error "NSFileProviderErrorDomain-Error -2005".
Works flawless when syncing or manually uploading the file.
Steps to reproduce
Expected behavior
file should be uploaded
Which files are affected by this bug
Sorbet_Plus.zip
Operating system
Mac OS
Which version of the operating system you are running.
13.4
Package
Appimage
Nextcloud Server version
26.0.2
Nextcloud Desktop Client version
3.9-RC1
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
No response
The text was updated successfully, but these errors were encountered: