Este script permite ver desde la tienda si la API central es la correcta. Por que si no replica, puede ser este un motivo
db.getCollection('ConfigurationValue').find({
_id: {
$in: [
ObjectId("5ea556565604c8593c602cec"),
ObjectId("5edbbc20921ae3bd7c792ae1"),
ObjectId("5fbfbb2a511ed71e40f9858e")
]
}
})
db.getCollection('ReplicationConfiguration').find({
_id: ObjectId("5ea5565b5604c8593c608155")
})