diff --git a/public/app/core/services/bridge_srv.ts b/public/app/core/services/bridge_srv.ts index 88bcaadc6e7..20e6abe1b74 100644 --- a/public/app/core/services/bridge_srv.ts +++ b/public/app/core/services/bridge_srv.ts @@ -51,7 +51,7 @@ export class BridgeSrv { store.subscribe(() => { const state = store.getState(); const angularUrl = this.$location.url(); - const url = locationUtil.stripBaseFromUrl(state.location.url); + const url = state.location.url; if (angularUrl !== url) { this.$timeout(() => { this.$location.url(url);