Wappler Version : 7.1.2
Operating System :
Server Model:
Database Type:
Hosting Type:
Expected behavior
An element (in this case a Page Flow) should always be found in the proper context (either dmx.app.data OR dmx.app.data.content)
Actual behavior
In a rare, but consistently reproducible, use case, the component moves from dmx.app.data to dmx.app.data.content
How to reproduce
First let's search the entire project looking for a possible duplication of component. You can see here the component is found only once, on the layout, so the expectation is that it will be found at dmx.app.data. That flow is only called from one place, also shown below.

And indeed when most content pages are loaded, it does register properly.

However when one page loads meal_plan the context moves to .content.

So far I can only reproduce this on one particular content page (the same layout is used throughout), so I am assuming I am doing something unique on this page that is causing this. Attached is the content page and a partial that could be involved.
Archive.zip (14.0 KB)