Can't upload attatchments to Vaultwarden

image

I run Vaultwarden latest version on StartOS.
Have tried from different webbrowsers and in the apps.
The file I am trying to upload is only 1 Mb. it is an .PDF file.
The sice limit says it is 500 Mb.

Hope someone knows how to fix it.

Best wishes!
rtbit

You probably need to set client_max_body_size to 500M so this works as expected. Nginx default is 1M.

Thank you @stefan0xC for answering!
I am new to Vaultwarden and StartOS.

I would love if you gave me a HOW TO…
Newbie, but would like to learn.

So where and how do I set this parameter?

Thank you again!

I’m not familiar with StartOS but it should be the same file where you specified the proxy_pass directive to your vaultwarden instance. Typically the nginx configuration is located in /etc/nginx and the config file should look something like this: