Hello, I have a digital ocean app platform docker container deployed with Django and Gunicorn. Currently, I am experiencing 504 timeouts when uploading large files. I was having a similar issue when I was using a single droplet with nginx, and I was able to increase the timeout on the nginx file. Is there a way to view and edit the gateway configuration for app platform? I assume there is an additional gateway server, as the container has neither nginx nor apache on it. Thank you, Noah
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
👋 @nstephenh
App Platform has a 100MB upload limit. We recommend that they use chunked/multipart uploads for large files.