[2.13.1] Retrying a transition doesn't change the URL
See original GitHub issueThis was working fine in 2.13.0. We’re doing something like in this Twiddle:
https://ember-twiddle.com/4527e05572935830785ef60c863564f9
In the Twiddle it works fine but in our production code it doesn’t. Try going to the other
route - it will then transfer you to the login
controller. If you click the Login
button it will then “log you in” and retry the last transition - and in our production code this leaves the URL to be /login
instead of changing it to be /other
.
Interesting thing is that this only happens in our production case if you directly hit the other
route after a refresh when you’re not logged in - i.e. you enter directly the URL with other
and press Enter.
I’m not sure what else I could tell you, please ask if you need more information.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Fixed in v2.13.2 (should be published in ~ 10 min).
Confirmed in the
yarn.lock
diff from 2.13.0 to 2.13.1: