Hi,

I'm trying to run the CouchDB-Kanban-Board app, when I do
erica init
erica push kanban

and I go to 127.0.0.1:5984/kanban/_design/kanbancouch/ the index.html
is found fine but all the attachments return
{"error":"not_found","reason":"Document is missing attachment"}

for example 
http://127.0.0.1:5984/kanban/_design/kanbancouch/vendor/couchdb/loader.js
although when I look at
http://localhost:5984/_utils/document.html?kanban/_design/kanbancouch
then the vendor field has an object containing
backbone
couchdb
jquery.utils
jqueryui
mustache
plots
protovis
and couchdb has an object _attachments with a loader field in it.

this is my first try with couchapps, normally I just use couchdb as a
backend db.

thanks,
Bryan Rasmussen

Reply via email to