Already a member? Sign In
4 months ago.
I think that (and the search selector) use some sort of local caching, try force-reload or even restart browser.
4 months ago by rambo.
I did not help. Tried to restart couchdb and browser. Also tried another browser. Really interesting since stuff is really in the database.
Is there any access control or different user issues that could cause this kind of problems?
4 months ago by tepheikk.
@tepheikk edit your couch.ini and add application/javascript=/opt/local/bin/couchjs -f /opt/local/share/couchdb/server/main.js
application/javascript=/opt/local/bin/couchjs -f /opt/local/share/couchdb/server/main.js
4 months ago by bergie.
@bergie That line is there (I'll double check it just in case)
I also get GET http://localhost:5984/ajatusdbtags/ {"error":"not_found","reason":"missing"}
That is when I look the requests from firebug.
Got it working. There was a typo at config file.
Sign in to add a comment
Request an invitation
6 comments so far
I think that (and the search selector) use some sort of local caching, try force-reload or even restart browser.
4 months ago by rambo.
I did not help. Tried to restart couchdb and browser. Also tried another browser. Really interesting since stuff is really in the database.
Is there any access control or different user issues that could cause this kind of problems?
4 months ago by tepheikk.
@tepheikk edit your couch.ini and add
application/javascript=/opt/local/bin/couchjs -f /opt/local/share/couchdb/server/main.js4 months ago by bergie.
@bergie That line is there (I'll double check it just in case)
I also get GET http://localhost:5984/ajatusdbtags/ {"error":"not_found","reason":"missing"}
4 months ago by tepheikk.
That is when I look the requests from firebug.
4 months ago by tepheikk.
Got it working. There was a typo at config file.
4 months ago by tepheikk.