Hi, I’m using the latest tag (1.20.0) and was attempting to use the new Send functionality to send a file. However, it seems that while Bitwarden claims that the max file size is 100 MB, I’m seeing the following error when trying to use Send with a file just over 2 MB.
Note that it works fine with any file under 2 MB. Based on my own experience using Nginx to host various projects over the years, the Nginx client_max_body_size
just needs to be increased. That said, I am pretty new to Docker and have exactly zero knowledge of Rust or how the BitwardenRS docker image is written, so I could be completely wrong about that.
Please let me know if I can provide any additional info that would be helpful.
Thanks for the help!