You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has bitten me too now. In my case the only "error" is a redirect that causes TransitionAborted. The redirect happens and even flashes on screen briefly, but then we transition to the error route anyway.
I bisected the bug, it was introduced in 808419c, @machty's query params rewrite. Which doesn't narrow it down much, because that's a pretty big patch.
Versions: Occurs in 1.4, 1.5, and 1.6
Reduction: http://emberjs.jsbin.com/qudek/2/edit
Test Procedure:
error
substate replaces the "blue" route.I feel like we're missing a
transition.abort();
somewhere.@machty
The text was updated successfully, but these errors were encountered: