I have built an app on Streamlit. The app works fine on my local, but after i deployed it on Azure, the app gets auto refreshed after every 2 mins. I have 2 filters in my dashboard and the filters do not get updated in the refresh process.
I deleted every connection from my script and just kept some markdown text, deployed it again. It still is auto refreshing.
I saw other posts similar to my issue but those apps are facing the auto refresh issue on their local also
Streamlit version: 1.28.0
Can anyone help? Thanks in advance!
Hello Disha,
I had similar issue while deploying on GCP. Since we didnโt use gke for deploying it made it even complex. This refresh may be caused by the backend service on which you are hosting, its good to check you load balancerโs backend service time out.