_From @wawyed on March 2, 2018 21:33_ It would appear that the href method in stateService is not generating correctly the absolute url for a state. It's missing the path part of the url. so an absolute url that should look like: ``` https://localhost:8301/something/#/myView/123 ``` becomes: ``` https://localhost:8301/#/myView/123 ``` _Copied from original issue: ui-router/core#142_