when tried access couchdb retrieve database using $.couch.alldbs, plugin access port 60127 instead of 5984 , throws error "the resource looking has been removed, had name changed, or temporarily unavailable"
i got requested url error message when try debug script jquery.couch.js. requested url localhost:60127/_all_dbs?_=1371200165252.
i have used following code
<script src="http://127.0.0.1:5984/_utils/script/jquery.couch.js"></script>
$.couch.alldbs({ success: function (data) { console.log(data); } }); can 1 suggest me solution.
thanks in advance.
Comments
Post a Comment