jchris / couchapp

The official repo is now at http://github.com/couchapp/couchapp
http://wiki.github.com/couchapp/couchapp
157 stars 123 forks source link

Unable to access test application #4

Open ghost opened 15 years ago

ghost commented 15 years ago

Hi

I followed the instructions in the wiki to generate a test application. The procedure completed successfully; but when I point my browser to the server:

http://tulligweb:5984/mytestapp/_design/test/index.html

I get this error message:

{"error":"not_found","reason":"Document is missing attachment"}

Running curl http://tulligweb:5984/mytestapp/_design/test seems to return the app OK.

Regards

gurdiga commented 15 years ago

You can probably open Futon (/_utils) and have a look what's going on there and figure out what's not right.