【发布时间】:2017-11-03 00:18:59
【问题描述】:
这是一个非常奇怪的行为,但是没有像/_db_updates 这样的端点,但是文档证明了它的存在。
CouchDB 由 this guide 安装。
每个主要功能都有效(如 fauxton 仪表板、数据库查询),但 /_db_updates 端点无效。
如果我使用以下命令调用提到的端点:
curl http://<username>:<password>@localhost:5984/_db_updates
我收到以下消息:
{"error":"not_found","reason":"Database does not exist."}.
【问题讨论】:
标签: couchdb couchdb-2.0