-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Chunked upload not working (Files larger than 10MB) #8802
Comments
I am having the same issue. |
The following work around seems to be working. I hope an official fix will come soon. |
This comment has been minimized.
This comment has been minimized.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Ditto. Using the docker image. |
This comment was marked as duplicate.
This comment was marked as duplicate.
@icewind1991 happens in your lib so I suppose it's one for you? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Just found the root cause of my issue, which was related to the Nginx configuration, and not Nextcloud : debops/ansible-owncloud#87 and debops/debops#469. |
Hm, this clause isn't in the recommended example config for running Nextcloud with nginx. But it makes absolutely sense to the initiating issue. https://docs.nextcloud.com/server/13/admin_manual/installation/nginx.html |
my problem is gone, since changes in vhost config (using ispconfig 3.1 standard template for nginx) from this (vhost config) lines from access.log: to this (vhost config) upload with desktop client is working fine now! |
Where are those statements coming from? |
This comment was marked as duplicate.
This comment was marked as duplicate.
@blauark pls don't just add a me-too, unless you have any info that can help us track down the problem - right now we simply can't reproduce it, things work fine on our test setup so this isn't a valid, useful issue until it can be reliably reproduced. It seems all due to bad configuration on the server, eg NGINX settings and so on. I actually think we should close this as a 'not a Nextcloud issue' unless someone has proof to the contrary. This isn't a support forum for web server configuration issues... |
Closing as @jospoortvliet said. |
@jospoortvliet You are right that this is not an issue of Nextcloud but I would propose to add this to the installation manual cause it is recommended to block dot files when using nginx on root directories with .git or similar directories. I got the same error today and it required too much time for me to find this article so just a little hint in the manual would have saved a few hours of mine and it could save hours and frustration of others in the future. |
@Zocker1999NET @jospoortvliet @MorrisJobke |
@Zocker1999NET @karl-in-office that does make sense. Any chance I can persuade one of you to propose such a note about this in the docs? If you go to the docs about nginx there is a neat edit on github button that should make it easy to propose an improvement ;-) |
@jospoortvliet I'll leave related issues which might be the same root cause for future reference. |
Many thanks to @Zocker1999NET for the PR ;-) |
The problem came from this tool : https://www.digitalocean.com/community/tools/nginx Fixed with
|
Solved my problem. |
Hi,
I am having trouble with chunked uploads in nextcloud 13. It doesn't seem to work from web ui & sync client.
When trying to upload I get the error message that .file doesn't exist. (See below)
If I change the sync client chunkSize setting on my mac os client then I am able to upload files by effectively disabling chunking when setting chunk size to something larger than the file to be uploaded.
Also, webdav using native OSX Sierra works correctly, the issue is with web ui upload and nextcloud client uploads larger than 10MB.
I also upgraded nextcloud to version 13 from 12 a few weeks ago using the webui.
I should also not that my php settings are correct and in line with https://docs.nextcloud.com/server/13/admin_manual/configuration_files/big_file_upload_configuration.html. I have confirmed this using a phpinfo page on the installation.
Could someone please help me to try and troubleshoot this?
Relevant details:
Nextcloud version (eg, 12.0.2): 13.0.0.14
Operating system and version (eg, Ubuntu 17.04): Ubuntu 16.04
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.18
PHP version (eg, 7.1): 7.0.25
The issue you are facing:
Chunked uploading fails with the following error message:
I've confirmed that if I configure the client (OSX Sierra) with larger chunkSettings than the file to upload then uploads work correctly.
Is this the first time you've seen this error? (Y/N): Y
Steps to replicate it:
The output of your Nextcloud log in Admin > Logging:
The output of your config.php file in
/path/to/nextcloud
(make sure you remove any identifiable information!):The output of your Apache/nginx/system log in
/var/log/____
:The text was updated successfully, but these errors were encountered: