diff --git a/src/vector/index.js b/src/vector/index.js index 6a60a978ca..afdad64ff6 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -334,7 +334,8 @@ async function loadApp() { const acceptInvalidBrowser = window.localStorage && window.localStorage.getItem('mx_accepts_unsupported_browser'); - console.log("Vector starting at "+window.location); + const urlWithoutQuery = window.location.protocol + '//' + window.location.host + window.location.pathname; + console.log("Vector starting at " + urlWithoutQuery); if (configError) { window.matrixChat = ReactDOM.render(
Unable to load config file: please refresh the page to try again.