> any rewriting rule that could prevent it? Can you share them? > > - benoƮt
nothing in my local.ini or default.ini has been changed from installation, so I don't think that would be it? There isn't a rewrites.json in the project either, but actually when I look at the folder structure files are inside a folder vendor that is not inside of _attachments, it looks like I can get to them if I move the vendor folder inside of _attachments, and change the script that writes their path to point to those files. I guess this wouldn't be a bad thing would it? Thanks, Bryan Rasmussen On Sat, Mar 23, 2013 at 6:27 PM, Benoit Chesneau <[email protected]> wrote: > On Sat, Mar 23, 2013 at 10:24 AM, bryan rasmussen > <[email protected]> wrote: >> 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 >
