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
params are not preserved , the signin state and the transitionProperties have no data from previous states. So navigation from /web/1234 goes to /web/signin instead of /web/signin/1234
Issue:
Is state params transfer supported? Do I have a configuration error?
See that params has to be passed to redirection function in order to be handled properly by router.
Right, I saw that but my problem is that no params or state params or transitionProperties are available in the redirectTo function. The param is not static, it comes from the stateParams of the previous state.
Environment:
Behavior:
Issue:
Is state params transfer supported? Do I have a configuration error?
main.module.js
login.module.js
The transitionProperties shows the following:
The text was updated successfully, but these errors were encountered: