Hi,
I am new to couchdb and followed some tutorials to create views.
I was able to query the database using the HTTP request by creating some views.
But later after some one week time, when i tried the same program, it gave me
the following error....
Query is:
HttpGet get = new
HttpGet("http://160.110.185.152:5984/employee/_design/couchview/_view/title_3");
Error is:
{"error":"not_found","reason":"missing_named_view"}
I check that the view is already present in the couchdb.
Can anyone help me on how to resolve this?
Thanks
Srikanth