-
-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Route Guards dont work with AutoTabsScaffold #1591
Comments
I was able to resolve this by adding another AutoRoute definition inside the children of nested AutoRoute:
However this approach concerns me. Should a routes list have multiple definitions of the same LoginRoute? Also, I've found that the My current hack is the set the |
I encountered the same problem, guard isn't called with |
It turns out that guards in |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions |
Any update on this please? |
I'm seeing an issue where the Route Guard
authGuard
added to AutoRoute below isn't working with the AutoTabsScaffold'sIs this a known issue? Am I doing something incorrect? Would appreciate some feedback as currently my only other idea is to swap out the
AutoTabsScaffold
routes
whenever the authentication value changesThe text was updated successfully, but these errors were encountered: