Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor scripts return Document is missing attachment #14

Open
bryanrasmussen opened this issue Mar 23, 2013 · 1 comment
Open

vendor scripts return Document is missing attachment #14

bryanrasmussen opened this issue Mar 23, 2013 · 1 comment

Comments

@bryanrasmussen
Copy link

All the various urls for backbone etc. return
{"error":"not_found","reason":"Document is missing attachment"}

I pushed using erica because I can't get couchapp to work on my machine - but I guess that shouldn't be a problem.

When I look in futon
http://localhost:5984/_utils/document.html?kanbancouch/_design/kanbancouch
I have the vendor field with the value an object with the following keys:

backbone
couchdb
jquery.utils
jqueryui
mustache
plots
protovis

If I expand backbone (as an example) I can see another object _attachments which has backbone_couch, backbone, and underscore with their respective scripts as the text value. Which I suppose is how it is supposed to be? Is there anywhere that I should look in the code to figure out why this is not being found?

Thanks,
Bryan

@drsm79
Copy link
Owner

drsm79 commented Mar 24, 2013

I've just pushed the tip of the code to a local Couch instance and everything works :/ My vendor code lives in http://localhost:5984/kanbanz/_design/kanbancouch/vendor/backbone/backbone.couch.js (for example). How did you push the app to the database?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants