Open erkattak opened 9 years ago
Noticed I'm a couple releases behind. Updating now to see if this issue persists...
Do read https://github.com/intridea/grape/blob/master/CHANGELOG.md too, there're a lot of changes around parameter validation. Let us know what you find.
I'm having exactly the same issue on 0.15.0
I'm on version
0.9.1
and I keep coming across an issue where I'm getting the following Grape::Exceptions::ValidationErrorsHere are my validators
Here's my
ENV["rack.request.form_hash"]
for this exact request:Am I reaching some sort of size limitation with the formatter middleware? I can't understand why the parameters are deemed "missing" when they are clearly not.