You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2023/01/04 13:39:11 UTC

[GitHub] [couchdb] burotica49 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

burotica49 commented on issue #4341:
URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370941041

   By creating the rule by API with Postman it works with this format:
   
   ```
   {
       "_id": "my_rep",
       "source": "http://myserver.com/foo",
       "target": {
           "url": "http://localhost:5984/bar",
           "auth": {
               "basic": {
                   "username": "user",
                   "password": "pass"
               }
           }
       },
       "create_target":  true,
       "continuous": true
   }
   
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org