Iāve recently encountered an issue with one of my Streamlit apps running on Streamlit Sharing. The problem is that my app appears to be restarting approximately every 30 seconds, even when no interactions are being performed on it.
Running the app locally on my machine doesnāt present this issue, itās only when running on Streamlit Sharing that this anomaly occurs.
This issue is relatively new, as I didnāt experience this with my app running on Streamlit Sharing before, and there havenāt been significant changes to my code.
Do you have any insights on what could be causing this constant restarting? How could this issue be resolved?
Iām having the same issue. The App ran fine a 2 days ago. I think part of the problem might be the upload file widget, but it could be also wide spread?
I also have this issue online but not local since today. I tried adding just a upload_file widget (multi files allowed) and took out all other calculations. With one file added it resets the application / upload after ~30 seconds.