Hey folks -- I have ~15 critical apps that are interlinked and have a simple little "nav menu" module that connects them together. It has worked for months without problem, all using the button component tied in to the "open app" command. It worked great, until today.
Now it just doesn't work. The button click does nothing. No errors in the JS logs that I can see. If I add a confetti action to debug the button click, it works. If I change it from "open app" to "open link" it works.
This screenshot shows the action handle that no longer works and also in the background you can see I wired up an action handler (utils.openUrl) that does.
Hi ! Same here, utils.openApp throw this error : "
Error:Cannot read properties of undefined (reading 'path')
"
On top of that, it is really weird but the utils.openApp works when I navigate in between apps in Admin mode. However, it doesn't work when trying to click in preview mode.
Thank you for adding. your +1 and additional context here! Our on call engineers are looking into this and I'll make sure to update this post accordingly For anyone else seeing this and running into the same issue, please feel free to add your +1 as well!
Quick question. After testing more on our side, it looks like utils.openApp will work if you just wait long enough for the /pages API hit to finish (basically, for the page to finish loading). Does this sound correct to y’all?
Not here, sorry, never works in Preview mode no matter how long I wait, and acts strange in Editor mode with that "undefined" url that gets added instead of it finding the app name.