Any āDo every n secondsā workflows on the page? Using any Plugins with your solution?
Sounds like the browser is losing the connection and so the background process isnāt poling Bubble anymore. Iāve noticed that a page which has been idle a long time (I donāt have an exact time) will no longer automatically refresh the data.
You could add a simple page workflow āDo every 5 secondsā which just uses the āGo to pageā. Bubble should then grab the latest data without the user seeing the page reload (it knows it is loading the same page so just forces a data refresh).