Trace: ``` /home/vcap/app/lib/data_magic.rb: 286:in `client' /home/vcap/app/lib/data_magic.rb: 90:in `search' /home/vcap/app/app/controllers.rb: 69:in `search_and_respond' /home/vcap/app/app/controllers.rb: 65:in `process_params' /home/vcap/app/app/controllers.rb: 55:in `block (2 levels) in <top (required)>' ... ``` This is caused by a CF app instance not finding the `eservice` binding, which is a configuration issue. We need a more descriptive error here.
Trace:
This is caused by a CF app instance not finding the
eservicebinding, which is a configuration issue. We need a more descriptive error here.