I connect to Couchbase Server and GetView to do something. In web console management, i click 'show result' and get result like that:
But, when i develop using .NET client with code:
var view = _client.GetView("trackingbyhours", viewName, true)
get error:
This object does not have a response (perhaps the request failed without an HTTP response
My couchbase _client
that connected right server, bucket, view design and view name.
0 comments:
Post a Comment