Skip to content
This repository was archived by the owner on Nov 5, 2018. It is now read-only.
This repository was archived by the owner on Nov 5, 2018. It is now read-only.

Couch db replication not working - nano module unable to create replication job in _replicator database #290

@shantanunirale

Description

@shantanunirale

Couch db replication not working - nano module unable to create replication job in _replicator database.

Previously, in nano modules v4.1.1, it was working but for current version its giving positive response but it seems no replication job created.

Is this a new release change for nano module?

For V4.1.1 replicateDb function in nano has return something like "return relax({db: "_replicator", body: opts, method: "POST"}, callback);" But for the current version its showing me "return relax({db: '_replicate', body: opts, method: 'POST'}, callback);" And I am sure this change causes the replication job creation failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions