开发者

couchdb missing file

开发者 https://www.devze.com 2023-01-10 13:26 出处:网络
curl localhost:5984/_users/org.couchdb.user:tyler {\"error\":\"not_found\",\"reason\":\"missi开发者_运维百科ng\"}
curl localhost:5984/_users/org.couchdb.user:tyler
{"error":"not_found","reason":"missi开发者_运维百科ng"}

I am logged into futon as tyler, so i know that user exists.

Anyone know what i'm doing wrong?


This will happen if you create a server admin via the local.ini configuration file. No _users document is created in that case, but you can still log in via futon.

0

精彩评论

暂无评论...
验证码 换一张
取 消