When you click refresh button in the browser sometimes elements from all pages of multipage app are displayed and queries are failing. Happens on cloud.
Steps to recreate (there are other scenarios but it's easiest for me to reproduce):
Open application in "edit" mode
Click "Play" button to open live mode
Click refresh button in the browser.
Happens on Mac and Windows for different applications.
I am experiencing this issue as well.
If I press a button with a go to page event handler the url changes but nothing changes in the page.
If I manually change the url it goes to a page properly, and if I paste the url into another tab and refresh it works as expected.
Only going from the edit menu to preview then refreshing results in this bug.
Hello Jack, I had it recur today. it occured when going from edit to live app, and when refreshing the app after problem had occured. When going from apps page to the app or directly to the url no problem occured.
I am also experiencing this issue intermittently-- and unfortunately can only reproduce on pages with confidential business info so I cannot screenshot.
Apologies for the issue. Are either you or @Chase1 on self hosted or on cloud?
I was very surprised to hear from Chase that refreshing the app doesn't fix it. I wonder if this could be related to how the app is having any logic related to page changes processed
Do you both have page change on a user event such as a button click?
Could either of you share a JSON export of the app?
I was talking to some engineers and we have a hypothesis on what is causing this.
the plugins all have missing screen properties -- without a screen, the app thinks the components are global and so they'd all appear at once
for some reason, the viewer mode doesn't recognize this as multipage app and is ignoring the screen properties.
Once I get the JSON export I can check and see if screen is set to null or the page ID. If you can export when it is in the broken state I can then check the JSON to see that value.
Apologies for the issue. That is good to hear that the issue is infrequent. I am not sure what could be done to ensure it never happens
Bugs like this that are hard to reproduce as normally I would get a JSON export of the app and show it to our engineers if we had a consistent pattern of steps to reproduce the issue.
I am not sure if this is related to how the browser is constructing the DOM of Retool elements but definitely DM me if you notice any patterns for reproducing this
I just had this issue occur as well - it happened a few times yesterday, and I grabbed a json export and some screenshots when it happened this morning. Unfortunately Retool forums is saying I can't upload attachments as a new user?