Cloudant: couch returned 500

49 Views Asked by At

Getting cloudant error on find query:

{
   "selector": {
      "isValid": {
         "$eq": true
      }
   }
}
Could not find document query: "{exit,lru} couch returned 500"
Could not find document query: "{exit,noproc} couch returned 500"

Trying to execute simple find query and getting this error. The expected result should be returned result of the query.

0

There are 0 best solutions below