How to auto load/run runnable scripts on App load?

Currently, my runnable components look to be in a loading state unless I click on the refresh button manually. Any suggestions on what I maybe doing wrong or how to autoload things on page load?
No description
2 Replies
Faton
Faton4mo ago
Hi, what is the component that is hanging ?
pragyanbo
pragyanbo4mo ago
All components with connected variables (tables, images, connected text, etc.). They work fine after the refresh button is pressed. For further clarification, all connected components take data values from either each other or background runnables that load and serve local disk data as response.