errors when requesting missing lists/views/shows are not helpful
----------------------------------------------------------------

                 Key: COUCHDB-1109
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1109
             Project: CouchDB
          Issue Type: Improvement
          Components: HTTP Interface
    Affects Versions: 1.0.2
            Reporter: Thomas Vander Stichele
            Priority: Minor


While doing the training, we implemented an example list function that should 
have been called customers.js but I accidentally called it customer.js

So I get:

$ curl -X GET 
http://localhost:5984/bank/_design/demo/_list/customers/by_name?reduce=false
{"error":"not_found","reason":"missing function"}




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to