Goal: Navigate between pages in Retool using utils.openPage("debug").
Issue: utils.openPage("debug") is not working. calling this function does not navigate to the target page as expected.
Root Cause (suspected): Unknown. The function call appears to execute without error but the page navigation does not occur.
Steps Taken:
-
Called
utils.openPage("debug")directly from a button's event handler. -
Confirmed the page named
"debug"exists in the app. -
No error is thrown in the console, but the page does not change.
Environment: Retool Cloud

