The Phantom
The Phantom
WWindmill
Created by The Phantom on 10/29/2024 in #help
Is there a way to wait until a recompute function finish?
I am trying to change the state with the result of a background script from a frontend script, is that possible? Eg.: if (typeof (state.system) === 'undefined') { recompute('bg_0'); state.system = bg_0.result; }
4 replies
WWindmill
Created by The Phantom on 10/28/2024 in #help
Errors loading flows and apps on Windmill's Home page
Hello everyone! I am experiencing and weird issue that i hadn't before. When I create a flow or an app, it exist in db (app and flow tables), but it doesn't appears in the home page. It did not happen before, but since a few days i am experiencing this bug. Also it happened that when i access the home page, all scripts, flows and apps are not visible because the filter 'include without main function' is always true by default... not sure if this is the cause, but when i turn it off, it loads the scripts but not apps and flows. Anyone knows how to fix it?
3 replies