apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB
https://github.com/apache/couchdb-fauxton
Apache License 2.0
378 stars 225 forks source link

Inconsistent results at database changes tab #1323

Open DDMLinnemann opened 3 years ago

DDMLinnemann commented 3 years ago

I'm using a fresh CouchDB instance run as a docker container. I've added some documents to a new database.

The results on the database changes tab are the following: CouchDB_Changes_01

After hitting F5 a few times, the results change to the following: CouchDB_Changes_02

Without any modifications to the data in the database, the page shows two different result sets.

Is this normal behavior? Currently, I'm a bit confused.

Your Environment