zulip-desktop
zulip-desktop copied to clipboard
Large file uploads fails.
Describe the bug When I try to upload a file that is larger than ~1mb the upload progress bar finishes but the text input field never shows the uploaded file. It's just stuck on "Uploading..."
To Reproduce Upload a file that is larger than ~1mb.
Expected behavior The "Uploading..." disappears and the markdown formatted link to the file appears.
Screenshots

Desktop (please complete the following information):
- Operating System: Pop!_OS 20.04 LTS, GNOME 3.36.3, Linux kernel 5.4.0-7634-generic
- Zulip Desktop Version: 5.2.0
@lasseborly do you have a good network connection to the Zulip server you're using? If not this could be the request timing out.
I was just having exactly this problem on a baby-fresh Docker installation of version 7.2.
Turned out I had to increase client_max_body_size in my Nginx proxy. So, not really a Zulip problem after all.