Ember refresh page and add '?'to url when trying to redirect to another route, second time it works but keep that additional ‘?’ in url,
start: localhost:4200/abc/#/login
click submit button: refresh page and add ‘?’ to url, localhost:4200/abc/?#/login
click button again: redirect successful but still keep the ‘?’ in url, localhost:4200/abc/?#/index