In the following simple setting, where there is a button linking to any other app, normally I can click the button and go to the desired app. However, when I copy the app's editor link ( https://xxx.retool.com/editor/testApp ), open a new tab from it, and then click the link button, it just does not work. It shows error message like below.
When the app is in preview mode, or if the app is opened from main page, this issue would not occur. so I guess some informations are missing when the editor page is server side rendered.
Hey @dlwocks31 - We're looking in to this issue now! When you say "When the app is in preview mode, or if the app is opened from main page, this issue would not occur", do you mean the app that contains the button with the "Go to app" action doesn't throw this error in preview mode, or that the target app loads fine in preview mode?
Thank you so much! Regarding your question, I think I didn't explained the problem well enough, so I'll try to add some additional explanation.
Let's say "the app that contains the button" = testApp / "the target app targeted by the button in testApp" = targetApp.
To reproduce this bug, you need two condition at the same time:
testApp must have been opened in new tab. So if you opened the testApp from a click in retool main (https://xxx.retool.com/), which does not open a new tab, the opened testApp would have a well-functioning button which opens targetApp.
testApp should be in editor mode. (/editor/testApp)
This error appears to be back -- though this time it seems that the "open app" action stopped working sometime today for published apps but still works while in edit mode.
Hey @lightbody_reclaim and @dcartlidge, this definitely looks like a regression on our end. We just pinged the on call engineers to take a look urgently, and Iβll make sure to keep you updated!