diff --git a/client/src/app.js b/client/src/app.js index 2da1533f74..1cdd9154f6 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -526,7 +526,8 @@ define( this.unsetCookieAuth(); xhr = new XMLHttpRequest; - xhr.open('GET', this.url + '/'); + + xhr.open('GET', this.basePath + this.url + '/'); xhr.setRequestHeader('Authorization', 'Basic ' + Base64.encode('**logout:logout')); xhr.send(''); xhr.abort();