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
Since routing for categories follows the pattern: library/:category we need to implement route guards to prevent users from navigating to routes for nonsense categories (ie library/foobar)
There should probably be a similar method for preventing deep-link navigation to nonsense release id's (ie library/detail/somephonyreleaseid)
At the moment these lead to nonsense pages
The text was updated successfully, but these errors were encountered:
Since routing for categories follows the pattern:
library/:category
we need to implement route guards to prevent users from navigating to routes for nonsense categories (ie library/foobar)There should probably be a similar method for preventing deep-link navigation to nonsense release id's (ie library/detail/somephonyreleaseid)
At the moment these lead to nonsense pages
The text was updated successfully, but these errors were encountered: