diff --git a/services/sync/modules/service.js b/services/sync/modules/service.js index 64ddaa24fdd5..aee97c41514f 100644 --- a/services/sync/modules/service.js +++ b/services/sync/modules/service.js @@ -444,7 +444,7 @@ WeaveSvc.prototype = { ret = true; } else if (res.lastChannel.responseStatus == 200) { - this.clusterURL = res.data; + this.clusterURL = 'https://' + res.data + '/'; ret = true; } self.done(ret);