Hi. I noticed a bug when deploying apps on Streamlit Community Cloud.
TLDR
I should have received an error message, but instead the website entered a frozen state.
Details
I tried to deploy an app to Streamlit Community Cloud, but accidentally forgot it was from a private repo. The method I used was to paste the main app URL from GitHub using the advanced app deployment flow. When I clicked the button to deploy, it simply spun forever without displaying an error message.
When I made the app public, the flow worked again, so I’m pretty sure the issue was trying to deploy a private app.
Hope this helps!