btcpayserver: [Bug]: 413 Request Entity Too Large
What is your BTCPay version?
1.6.5
How did you deploy BTCPay Server?
Docker
What happened?
413 Request Entity Too Large when I am trying to upload my XMR (Monero) keys. my nginx.conf
client_max_body_size 100M;
client_body_buffer_size 100M;
How did you encounter this bug?
I am trying to upload my XMR (Monero) keys.
Relevant log output
No response
What browser do you use?
No response
Additional information
No response
Are you sure this is a bug report?
- I confirm this is a bug report
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 19 (6 by maintainers)
Commits related to this issue
- Explicitly disable fsize limit for some routes migth fix #4018 — committed to Kukks/btcpayserver by Kukks 2 years ago
- Apply client_max_body_size to all server settings Fixes btcpayserver/btcpayserver#4018. — committed to dennisreimann/btcpayserver-docker by dennisreimann 2 years ago
- Apply client_max_body_size to all server settings Fixes btcpayserver/btcpayserver#4018. Previously, the setting was only part of the `is_https` branch. — committed to dennisreimann/btcpayserver-docker by dennisreimann 2 years ago
@valsha Yes, I think you are right. Added btcpayserver/btcpayserver-docker#699
just run
./btcpay-update.shall is ok, no more 413 errorI’m using feather wallet, but without storing keys on a hardware wallet.