You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nested exception is org.ektorp.DocumentNotFoundException: nothing found on db path: /_config/query_server_config/reduce_limit, Response body: {"error":"not_found","reason":"Database does not exist."}
In CouchDB 2.0 the configuration has moved from _config to /_node/{node-name}/_config. This is not reflected up until now in Ektorp. Ektorp seems to be still fixed to 1.x.
triplem
added a commit
to triplem/Ektorp
that referenced
this issue
Oct 6, 2019
Try to
result:
Should not use url '_config'. According to https://groups.google.com/forum/#!topic/couchdb-user-archive/ZQePL4EKzLE url should start from '/_node/<node_name>/_config/ '
The text was updated successfully, but these errors were encountered: