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
it seems that if I have a route defined like this.route('myRoute');, then aliasing does not work correctly. this.alias('aliasedRoute', '/aliasedRoute', 'myRoute');
there is no error, but the template and route code for myRoute fails to load