My app (https://ask-my-pdf.streamlit.app/) is experiencing a lot of timeouts while connecting to the Digital Ocean servers located in the US. When I run my app locally there are no networking issues (and I’m connecting from Europe).
The app is deployed in the Streamlit Community Cloud from this github repo: GitHub - mobarski/ask-my-pdf: Question answering system for PDF files (main branch). It connects to S3-like object store and Redis DB hosted in the Digital Ocean cloud (US servers). Connection parameters are passed via the “secrets” tab and accessed via environmental variables. What other information should I provide?