question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: 413 Request Entity Too Large

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:19 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
dennisreimanncommented, Aug 17, 2022

@valsha Yes, I think you are right. Added btcpayserver/btcpayserver-docker#699

2reactions
valshacommented, Aug 17, 2022

just run ./btcpay-update.sh all is ok, no more 413 error

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found