Relative Content

Tag Archive for rshinyshinyapps

shinyapps.io prevent data loss due to timeout

I am running a Shiny app via shinyapps.io (https://lavaangui.org/). If I leave the browser window open for a while but not in focus, the app “greys out” and shows a “disconnected from server” message. My understanding is that this is the intended behavior, as it helps prevent the consumption of excessive active hours by users who have the app open but are not actively using it. However, in my case, this can result in data loss. I am looking for the best approach to remedy this.