Video files have 0kb in size

images and many files can be uploaded just fine, but video files show up with 0kb in size and cannot be played on other devices after syncing

has anyone experiences anything like this? how can this be resolved?

I tried uploading in the browser and the uploads would simply stagnate - never reaching 100%, except for a few smaller files.

I opened the Developer Tools and saw under Network that the upload was getting 413 Request Entity Too Large error from the server.

Adding client_max_body_size 100M to the nginx settings for the location solved the issue.

1 Like