You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: