zulip-desktop icon indicating copy to clipboard operation
zulip-desktop copied to clipboard

Large file uploads fails.

Open lasseborly opened this issue 5 years ago • 2 comments

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 image

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 avatar Aug 17 '20 08:08 lasseborly

@lasseborly do you have a good network connection to the Zulip server you're using? If not this could be the request timing out.

timabbott avatar Aug 26 '20 23:08 timabbott

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.

lil-greasy avatar Jul 09 '23 05:07 lil-greasy