I have couchbase SDK 1.3.9 on my project.
When I try to get data from a view that I created or try to get data by using Key,get an exception which is “View XXXX was mapped to a dead node, failing.” from View
and from Key It returns null to me , even if I am sure that such data exist on the bucket with such key.
Problem occurs when I run my project from visual studio on my local machine , but when I have deployed my project to server ,it works without any problem.
I hope that someone can help me about that issue.
Thanks for your help anyway.