Questions tagged [couchdb-fauxton]
3 questions
1
vote
1 answer
Trouble logging into CouchDB after restarting
I newly installed CouchDB on my computer and I have been experiencing troubles logging in. As a macOS user, I enter the ini file located at
Library/Preferences/couchdb_local.ini
where I modified the admin section so it looks like
[admins]
username…

Kevin Tommy
- 63
- 5
0
votes
0 answers
CouchDB "last_seq" number changes when adding since=now
I am getting inconsistent results from CouchDB version 3.2.1.
If I get a list of changes in a database by calling http://docdb.mycouchdb.com/my_database/_changes I get a long list of changes in "results" with the final "seq" value matching what I…

MartinFL
- 1
0
votes
1 answer
What happens in CouchDB when I create an index repeatedly?
To implement sorting, in CouchDB we have to create an index (otherwise the corresponding mango query fails). I haven't found a way to do this in Fauxton (if I have missed something, please comment in Github), so I've decided to create it…

YakovL
- 7,557
- 12
- 62
- 102