muvhaus-sl / dashboard-outplay

A dashboard test using Ember-cli
0 stars 0 forks source link

Navigation #1

Open muvhaus-sl opened 7 years ago

muvhaus-sl commented 7 years ago

When accessing a nested route for the first time, the parent route automatic redirect is being fired, preventing the user from going to the desired nested route.

To reproduce: When I click on Geo>Genre by Popularity for the first time, the redirect points me to Platform Popularity. After that, navigation inside Geo works as expected.

Workarounds: Remove the redirection, and create content for all routes.