The file upload capability in the files app doesn’t always work. We have containerized OOD so that the same OOD configuration is used across all our systems, yet the ability to upload files works for some systems and doesn’t for others.
I’m seeing nothing the logs (httpd or passenger) that even indicates that the file transfer occurred (successful or not). Where should I look in the system config to help diagnose why it doesn’t work on some systems? Is there some level of debugging I can enable on the file manager app to see where things are failing?
We are using OOD v4.0.6
UPDATE: it seems to be allowing very small files to be uploaded, but nothing larger than 2-3k. I explicitly set the nginx_file_upload_max to a large number (the default number in the nginx_stage.yml file), but it made no difference.
The /tmp directory in the container has 777 permissions and is sufficiently large to hold any of the files I’ve tried, so that shouldn’t be the issue.