Hi everyone,
I'm trying to understand the logic how actions are executed after the Auth - Log In block (Custom Authentication).
As I see in case of no action after Auth - Log In -> user is automatically redirected to the screen set on "Initial-Logged-In Page".
But what happens if there are some actions after? I've observed the following behaviour:
action block with "navigate" actions inside seems not to work
update app state action works
single "navigate" action works
Also I had a case when single "navigate" to some specific action worked, but at the same time on "Initial-Logged-In Page" screen the on-page-load actions were executed. This was somehow related to enabling "allow back navigation" on the navigate action. I noticed it because I had some navigate actions with delay there. However I can't reproduce it now for some unknown reason.
Any information on how it works is highly appreciated. Thanks a lot!