I installed CouchDB (0.9.1) on a fresh Ubuntu 8.04 server and ran all the tests with complete success. Everything seems to be working very well with one exception. When I request the changes for a particular database using:
curl http://localhost:5984/db_name/_changes/ I receive the following: {"error":"not_found","reason":"missing"} Any thoughts? Thanks in advance.
