Role-based home page (microflow) executed twice

0
I have a role-based home page microflow for each role in the application, I noticed that the microflow is being executed twice, turning on the trace logging in the mendix console for the microflow engine node, it shows that once the navigation microflow finishes execution for the first time, it gets executed again. This happens after a successful login.
asked
2 answers
0

Hey Ahmad,

 

Is it happening for all the users or only for the users who have multiple roles associated with it ?

 

Regards,

Naman Khard

answered
0

After further investigation and tracing, the role-based home-page microflow is being triggered as many times as the number of languages you have in your application (This is the case in my application). Still no solution except saving a snapshot of the sessionID in order not to rerun the microflow if we are in the same session, since it is only run after login in my case.

answered