I wonder what’s the logic behind Bubble showing the progress bar at the top of a web page – but only sometimes. In some cases, it doesn’t show up even for server-side actions (like data fetches). In other cases, it shows up for simple client-side actions. Can anyone explain?
I think the name Bubble uses to refer to this bar is status bar.
I believe it appears while client-side is waiting for sync actions to finish executing. This means that async actions like Schedule an API workflow
won’t make it appear, while sync actions like calling the Bubble Data API will do, aside from any other sync action executed in a frontend workflow.