Can someone help me to change flyio settingsto accept large files using json request

it works locally when i upload large files but after deploying, the server crashes with large files request

Hi @Harun, you can get a better idea of what’s happening using fly logs and/or the Monitoring and Metrics tabs for your app in your dashboard.

fly status --all can also tell you if your app crashed due to running out of memory (OOM).

1 Like