-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users cannot send attachments larger than 1 MB to rocket chat. #18019
Comments
I couldn't replicate the issue here. |
Yes. I assumed it. |
what reverse proxy are you using (nginx, haproxy, etc)? did you check for any errors on its logs? you might be hitting a limit there. you can also check your browsers network activity for errors, you can probably spot an error there.. |
We have ingress nginx controller. |
we changed how files are transferred in 3.1.0 via #16617 .. before file chunks were transferred via websocket so nginx would not care about it, but now file uploads are sent on a single HTTP requests. please look at |
Yeah. Thanks for your quick feedback. |
Description:
When dragging a file into the dialog box or through the "+" menu, the status bar freezes up to 0% and the file is not transferred.
Steps to reproduce:
Expected behavior:
Sending all file sizes allowed.
Actual behavior:
Only small files are transferred. With any size settings.
Server Setup Information:
Client Setup Information
Attempts were made from the desktop client (2.17.7) and from the diffrent browsers (Chrome/Chromium, Mozilla)
The problem is observed on different operating systems - Windows, Ubuntu, Mint, MAC OS, iOS ...
For example, here trying send files diffrent sizes and different expansions:
The text was updated successfully, but these errors were encountered: