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
{{ message }}
This repository was archived by the owner on Jul 27, 2018. It is now read-only.
Repo for reproduce: https://github.com/thebarada/ngrx-router-can-activate-bug
Just try go to /profile - path will be empty
Then comment dispatch on ngOnInit in AppComponent and try one more time - path will be '/login' and it is correct
Description:
I create canActivate guard where redirect to login if user non-authorized
Also on init AppComponent I dispatch event for load some data
I suppose this two actions disturb each other and go action not working