This is based off the Ember CLI default project and demonstrates an issue with retrying aborted route transitions.
If a user loads the application at /authcheck
in this example and needs to log in first using Ember Simple Auth, the application won't successfully transition to the original destination on successful login.
The login will happen automatically in this example and there is some extra logging to demonstrate the issue (the logging is really the whole point of the app at this stage).
git clone
this repositorynpm install
bower install
ember server
- Visit the app at http://localhost:4200/authcheck