utils.openUrl in embedded app does not change url when using newTab: false

Hello,
When using utils.openUrl() to navigate to a new page, the url remains the same while the page underneath goes to the correct page. When I try this out in a non retool embedded app the url changes as expected. Anyone else encounter this?

It an issue for me since I'm navigating pages in the main site, but certain elements aren't updating.

A side note is I'm not sure if the forceReload property is taking effect either.

Hey @Patrick_Wong! Not noticing this, I've used a script in one embedded app to open the url of another app, appending some url params that are used in the second app. Those params are passed and utilized correctly, even when embedded.

Can you share how you are checking that the url has not changed? Also share a bit about the architecture, what value are the components supposed to be pulling from?