[Bug]: 413 Request Entity Too Large
See original GitHub issueWhat 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
Issue Analytics
- State:
- Created a year ago
- Comments:19 (6 by maintainers)
Top Results From Across the Web
What Is a 413 Request Entity Too Large Error & How to Fix It
The "413 Request Entity Too Large" error occurs when the size of a client's request exceeds the server's file size limit. This error...
Read more >How to Solve the "413 Request Entity Too Large" Error
In a nutshell, the “413 Request Entity Too Large” error is a size issue. It happens when a client makes a request that's...
Read more >How to Fix 413 Request Entity Too Large Error
The 413 Request Entity Too Large error occurs when you try to upload or make a client request that is too large to...
Read more >Fixing 413 Request Entity Too Large Errors
A 413 Request Entity Too Large error occurs when a request made from a client is too large to be processed by the...
Read more >How to avoid Request Entity Too Large 413 error
To fix this, you need to increase the value of the client_max_body_size directive. This directive defines the maximum amount of data Nginx will ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@valsha Yes, I think you are right. Added btcpayserver/btcpayserver-docker#699
just run
./btcpay-update.sh
all is ok, no more 413 error