You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pavelgj
changed the title
[Tooling] the flow runner looses previous input when runtime reconnects
[Tooling] the flow runner loses previous input when runtime reconnects
Nov 18, 2024
This is because we hard-refresh the page currently on actions reload. We're looking into a solution to not have to do that, but I bet monaco might still re-render once the actions array is hot-swapped back in, so input would still be lost anyways.
I think the broader solution here is leveraging localStorage to remember flow input + auth JSON (Denis in discord wanted something similar for flow auth to not have to keep re-inputting it on refresh).
We decided to just prevent auto-refresh when viewing a runner page, and instead adjust the runtime banner to show that it has been reconnected and offer a button to refresh the page. Show this state until the page is refreshed, or the runtime is disconnected again.
No description provided.
The text was updated successfully, but these errors were encountered: