After I completed the install, I got to the home page and went to register. I filled out the registration page and then got a fatal error. Now it won't even show the home page...even after restarting rails... it is a new install of the current version of pophealth.
I notice that it appears to be looking for a collection name of "pophealth-development.$cmd" is that correct?
thanks in advance for your help.
Moped::Errors::OperationFailure in HomeController#index
The operation: #<Moped::Protocol::Command @length=1108 @request_id=30 @response_to=0 @op_code=2004 @flags=[] @full_collection_name="pophealth-development.$cmd" @skip=0 @limit=-1 @selector={:aggregate=>"measures", :pipeline=>[{"$group"=>{"_id"=>"$id", "subs"=>{"$push"=>{"sub_id"=>"$sub_id", "short_subtitle"=>"$short_subtitle"}}, "sub_ids"=>{"$push"=>"$sub_id"}, "category"=>{"$first"=>"$category"}, "lower_is_better"=>{"$first"=>"$lower_is_better"}, "type"=>{"$first"=>"$type"}, "name"=>{"$first"=>"$name"}, "description"=>{"$first"=>"$description"}, "nqf_id"=>{"$first"=>"$nqf_id"}, "cms_id"=>{"$first"=>"$cms_id"}, "hqmf_id"=>{"$first"=>"$hqmf_id"}, "continuous_variable"=>{"$first"=>"$continuous_variable"}, "episode_of_care"=>{"$first"=>"$episode_of_care"}}}, {"$group"=>{:_id=>"$category", :measures=>{"$push"=>{"id"=>"$_id", "hqmf_id"=>"$hqmf_id", "subs"=>"$subs", "sub_ids"=>"$sub_ids", "lower_is_better"=>"$lower_is_better", "type"=>"$type", "name"=>"$name", "description"=>"$description", "nqf_id"=>"$nqf_id", "cms_id"=>"$cms_id", "continuous_variable"=>"$continuous_variable", "episode_of_care"=>"$episode_of_care"}}}}, {"$project"=>{"category"=>"$_id", "measures"=>1, "_id"=>0}}, {"$sort"=>{"category"=>1}}]} @fields=nil> failed with error "no such cmd: aggregate"