Nextcloud large file upload issues
-
I love the file drop functionality, it's so cool.
-
@scottalanmiller I've actually followed every step on this list:
https://docs.nextcloud.com/server/13/admin_manual/configuration_files/big_file_upload_configuration.htmlIt appears to be a timeout that only affects an upload when the user isn't logged in. Using the "File Drop" link you only get an upload status spinner indicating that it's working. Once enabled the "Allow upload and editing" option you can actually see a progress bar for the upload, which restarts after 30 seconds, twice, then fails. Which is similar to what I was seeing with the File Drop link, it would show failed after about a minute.
When I'm logged in and uploading I just did a 1.5GB file no problem, took about 12 min.
-
Oh, I see. That's interesting.
-
Anybody willing to test this out and see if you notice the same behavior?
-
I'm testing now with a 3.8 GB ISO file. I can't remember if I tweaked mine to work with large uploads or not. I do know that there's some settings you should modify on your Nginx proxy if you have one.
-
@dafyre said in Nextcloud large file upload issues:
I'm testing now with a 3.8 GB ISO file. I can't remember if I tweaked mine to work with large uploads or not. I do know that there's some settings you should modify on your Nginx proxy if you have one.
I am running behind an NGINX proxy. I'll look into that too.
Make sure you're testing an upload to a shared link, not actually through your user interface please :smiling_face_with_halo:
-
@bnrstnr said in Nextcloud large file upload issues:
@dafyre said in Nextcloud large file upload issues:
I'm testing now with a 3.8 GB ISO file. I can't remember if I tweaked mine to work with large uploads or not. I do know that there's some settings you should modify on your Nginx proxy if you have one.
I am running behind an NGINX proxy. I'll look into that too.
Make sure you're testing an upload to a shared link, not actually through your user interface please :smiling_face_with_halo:
Yepp. I logged out and am using a private browser window, just to be sure, lol... It's still uploading.
-
Found it..... :man_facepalming_light_skin_tone:
First line in my Nginx conf file
client_max_body_size 40M;
Changed it to my max settings for NC and it's working now.
-
It REALLY seemed like it was time based.
-
I was about to report back that mine worked and send you my Nginx settings, lol.