keen-gem icon indicating copy to clipboard operation
keen-gem copied to clipboard

414 Request-URI Too Large

Open MatayoshiMariano opened this issue 6 years ago • 0 comments

I received this error when performing an extraction using the following filter:

{
  "property_name" => "field_id",
  "operator" => "in",
  "property_value" => ids
}

ids is an array of 250 elements with something like this 5ac54ae05643c4123e0022b6

Keen::HttpError: Keen IO Exception: <html>
<head><title>414 Request-URI Too Large</title></head>
<body bgcolor="white">
<center><h1>414 Request-URI Too Large</h1></center>
</body>
</html>

It's not very dev frendly

MatayoshiMariano avatar Apr 05 '18 18:04 MatayoshiMariano