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
{{ message }}
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
"info": "db_not_found: could not open http://adm:*****@localhost:5984/missing/",
210
+
"info": {
211
+
"error": "db_not_found: could not open http://adm:*****@localhost:5984/missing/"
212
+
},
211
213
"last_updated": "2017-04-05T20:55:10Z",
212
214
"node": "node1@127.0.0.1",
213
215
"source_proxy": null,
@@ -263,7 +265,9 @@ exactly why it failed:
263
265
"doc_id": "my_rep_dup",
264
266
"error_count": 1,
265
267
"id": null,
266
-
"info": "Replication `a81a78e822837e66df423d54279c15fe+continuous+create_target` specified by document `my_rep_dup` already started, triggered by document `my_rep` from db `_replicator`",
268
+
"info": {
269
+
"error": "Replication `a81a78e822837e66df423d54279c15fe+continuous+create_target` specified by document `my_rep_dup` already started, triggered by document `my_rep` from db `_replicator`"
0 commit comments