When accessing my Streamlit app, via a Satellite Internet connection, I get “Please wait” then, after a while, a popup saying “Connection Error” - “Connection times out”. I do NOT have any issues connecting to and using this application via other forms internet access. And my co-workers can access it without issue.
- Note that this Steamlit app is running in a container in a GCP VM inside our VPN.
- I tried the solutions provided at Symptom #2: The app says “Please wait…” forever to no avail.
- I also output all the streamlit configs but am unable to find any type of ‘timeout’ params etc.
- I am guessing this has something to do with the high latency of Satellite internet.
- Streamlit version=0.62.1
Any help with this will be greatly appreciated. Thanks.