my beforeModel hook in the home route looks like this:
beforeModel() {
this.transitionTo('register');
}
I will add some conditions to when it should do that transition, but for testing purposes, i have it rerouting always.
But when i got to localhost:4200/home, the app hangs and eventually timesout.