Couchbase view return no value on production server
@kkhairnar can you provide us a little more information? What code are you using, what are you expecting and also share some logs?
Hi,
We are using following code :
var view = client.GetView(“dev_document_meta_data”, “MetaDataView”).Key(“f447427b-7712-46cf-9206-7ea27f7de928”);
This code does not return any value.
But when we use following code :
var view = client.GetView(“dev_document_meta_data”, “MetaDataView”);
We get response for all the keys. Kindly suggest.