Open
Description
Description: http://127.0.0.1:5984/blog/_design/sofa/_show/edit
should be
http://127.0.0.1:5984/blogdb/_design/sofa/_show/edit
This is a minor mistake that can cost some time, especially since the following sentence contains
"all we have to do is wire up CouchDB..."
it's not clear that the error returned by the mis-typed url ({"error":"not_found","reason":"no_db_file"}) is even an error. I kept wondering how the ensuing snippets in the book all worked together to point the app to the right db file!