Hi, I have built a shiny app where I am fetching tweets multiple times. My shiny app works locally when executed but it takes time to show results whenever I change the input, but it shows results there are no error messages.
But after deploying the app to shiny server whenever i click on the tab which is related to tweets, my app gets disconnected. I get "Disconnected from server" message every time I try opening that tab on my app.
Even there are no error message in the logs.
Please help me.