Hello everyone,
I have setup couchbase, created a bucket and created a view:
_design/dev_by_id/_view/dev_by_id
The view is not empty and has 3 records. However:
The problem is probably that you’re using the dev_ version of the view and you have only three records. Publish the design document to the full dataset, then query that non “dev_” version of the view.