Bug with Navigate Back action

Hi there,

I faced a bug in navigate back action.
The thing that makes me think this is a bug, is that it only appears the first time since application load, all the other times, navigation work as expected.

Described flow of a suspicious place:

List page: button: Navigate to Create page(allow back navigation: true, replace route: false)
Create page: icon: Navigate to Select template(allow back navigation: true, replace route: false)
Select template page: button: navigate to Create page(allow back navigation: false)
Create page: Done button: navigate back(navigate to root page on failure: false)

Expected behaviour: navigate back to the List page each time.
Actual behaviour: First attemt leads to navigation to the root page, all following attemts result in correct behaviour - navigating to List page.
Also, no errors or messages occur in the console during the flow

There is explicit navigate to Create page on the Select tamplate page, bacause navigate back doesn't result in rebuild the initial page, which is necessary part of the flow

The video attached

Screen Recording 2023-09-24 at 16.53.53.mov
5.27MB

1
3 replies