2

It is a really strange behaviour, but there is no such endpoint as /_db_updates, however the documentation proves its existence.

CouchDB was installed by this guide.

Every major feature works (like the fauxton dashboard, db queries) but not the /_db_updates endpoints.

If I call the mentioned endpoint with the following command:

curl http://<username>:<password>@localhost:5984/_db_updates

I got back the following message:

{"error":"not_found","reason":"Database does not exist."}.

csakbalint
  • 698
  • 7
  • 16

1 Answers1

1

My mistake, the error message misleaded me, but I found out, that I forgot to setup the corresponding database _global_changes.

This guide can help.

csakbalint
  • 698
  • 7
  • 16