Already a member? Sign In
1 year, 5 months ago.
I think that (and the search selector) use some sort of local caching, try force-reload or even restart browser.
1 year, 5 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?
1 year, 5 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
1 year, 5 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
6 comments so far
I think that (and the search selector) use some sort of local caching, try force-reload or even restart browser.
1 year, 5 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?
1 year, 5 months ago by tepheikk
@tepheikk edit your couch.ini and add
application/javascript=/opt/local/bin/couchjs -f /opt/local/share/couchdb/server/main.js1 year, 5 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"}
1 year, 5 months ago by tepheikk
That is when I look the requests from firebug.
1 year, 5 months ago by tepheikk
Got it working. There was a typo at config file.
1 year, 5 months ago by tepheikk