React icon indicating copy to clipboard operation
React copied to clipboard

flutterwave-react-v3 payment pop-up throwing 414 Request-URI Too Large in prod

Open paulpascal opened this issue 2 years ago • 0 comments

Description

We are getting 414 Request-URI Too Large in Live Mode while loading the payment popup with flutterwave-react-v3 plugin.

image

Configuration

  • API Version: v3
  • Environment: live mode
  • Browser: all

Additional Information

By inspecting a bit I figured out this is due to an internal request made by the plugin to :

https://checkout-v3-ui-prod.tls-flutterwave.com/?__=LONG_TOKEN

Would suggest to check the maximum number and size of buffers used for reading large client request header.

Thanks! 🙏

paulpascal avatar Nov 06 '22 22:11 paulpascal