Mehul Kar
Mehul Kar
As recommended in https://github.com/emberjs/ember.js/issues/5566#issuecomment-64989276, I'm able to solve the issue by using the private `queryParamDidChange` method instead
Converting to a native class in the route seems to break this workaround, so I might be back at square 1.
Instead of a defined route with a glob dynamic segment, you can also do `this.intermediateTransitionTo('error')`. This has the effect of going to your error route, but not updating the URL,...