This error occurs when something deep depending on your application explodes. For example, we saw this error when the incoming request was huge (i.e. This is a JSON document at + 100 K). We were able to fix this by setting:
Rack::Utils.key_space_limit = some appropriate value
That is, H13 was a b / c Rack error. Try to increase the registration in your application, as this may indicate an error (which we ultimately nullify in the Rack key space limit).
source
share