Hello
We are noticing that when using a navigation component to link to our main multipage app / page from our two other multipage apps, it is not working about 95% of the time.
We are using the self-hosted edge 3.120.0 release of retool.
What we think is happening is it is going to the correct app but the page path is the page id and not the resolved page url from that pages' settings.
I've found that on one multipage apps one or two of the links resolve to the page url and work but we can't see any reason for that based on the code we see in github. They all have the same app id in the <Option>
tag and the page id is correct also.
Please let me know if there is some more information you need.
PS: As a side note while looking at the code on github I noticed that the metadata.json file for the main multipage app we have contains several pages that don't exist anymore including their array data. Not sure if that causes any issues in the app but thought you might be interested in knowing that just in general. We imported several apps into our multipage apps and a few of them had issues and gave a failure during import. It's possible it is metadata for those.
page2": {
"array": []
},
....
"page5": {
"array": ["Tasks", "Codes", "IIF"]
},
Thanks!