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
If I try to access a protected route with Routes.sailor.navigate('/protected-route')), it works as expected, but if try to access directly through the browser, routeGuard is not called.
Is there a way I can make the guard work?
The text was updated successfully, but these errors were encountered:
If I try to access a protected route with
Routes.sailor.navigate('/protected-route'))
, it works as expected, but if try to access directly through the browser,routeGuard
is not called.Is there a way I can make the guard work?
The text was updated successfully, but these errors were encountered: