Hello everyone, I would greatly appreciate your help with an application I have on the free Streamlit cloud service. The application has been running smoothly for months, but for the last three days it hasn't been working properly. I've tried restarting it, but nothing works. I've attached some screenshots showing how it gets stuck during the loading process.
I would be very grateful if anyone could help me with this; I honestly don't know what to do.
Hey there, thanks for reaching out and sharing your screenshots! It sounds frustrating when an app thatâs been working for months suddenly gets stuck at âYour application is in the ovenâ (or âTu aplicaciĂłn estĂĄ en el hornoâ) and wonât finish loading. This is a common issue on Streamlit Community Cloud, especially when the logs show steps like âProvisioning machine,â âPreparing system,â and âSpinning up manager processâ without progressing further.
Based on the official docs and community reports, this can happen due to temporary platform issues, resource limits, or dependency problems. The recommended steps are: (1) try rebooting your app from the workspace or Cloud logs, (2) check your requirements.txt for any recent changes or dependency issues, and (3) if the problem persists, try deleting and redeploying the app. Sometimes, these issues are on Streamlitâs end and resolve themselves after a while. If youâre still stuck, check the Streamlit forums for similar reports, as outages or platform-wide issues are often discussed there. For more details, see the official guidance on deployment issues and resource limits.