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
The unprotected route will seem to always apply the initial child route guard. You can see I have clearly defined which routes should use guards, but yet it ignores this. Instead, applying to everything within the parent shell.
If I remove the guard, of course I can then access!
Is this a bug? I have looked through issues and documentation and there is nothing describing the expectated behaviour.
The text was updated successfully, but these errors were encountered:
jonpittock
changed the title
AutoRouteGuard in nested navigation when applied to initial child root
AutoRouteGuard always called in all nested navigation when applied to initial child root
Jan 14, 2025
With this setup:
The unprotected route will seem to always apply the initial child route guard. You can see I have clearly defined which routes should use guards, but yet it ignores this. Instead, applying to everything within the parent shell.
If I remove the guard, of course I can then access!
Is this a bug? I have looked through issues and documentation and there is nothing describing the expectated behaviour.
The text was updated successfully, but these errors were encountered: