Hi,
We used Claude Code to build a React landing page and imported it into the AI App Builder in Retool. We then edited a button's properties in code to use a link to one of our existing apps in our dev instance (space) and uncovered and issue. We use source control in Enterprise and realized that "hard-coding" this link would not work for any kind of deployment workflow we've established with classic apps.
In our classic app landing page, the links are controlled using the buttons event handler which fires the util.openPage() function which doesn't use a link - just selects to choose the app and page. So, we check the change into Git, do a pull request and merge and all is good in our prod space.
Has anyone else run into this that uses source control in Enterprise?
thanks,
Mike