Is Streamlit Down? App Has Been Down Since Jan 23rd

My Streamlit app has been down since January 23rd.

I came acrossuptime tool, which I don’t know if it’s official, but it displays a Cloudflare error. I assume this could be impacting my Streamlit app.

This is what my Streamlit interface displays. I have already clicked “Reboot” multiple times, but the error persists.

My Environment & Error:

  • Python Version: 3.13

  • Streamlit Error Message: “Oh no. Error running app. If you need help, try the Streamlit docs and forums.”

  • Issue: I cannot see any logs in the Streamlit admin panel.

Hey there, thanks for sharing all the details and screenshots! Sorry you’re running into this persistent “Oh no. Error running app” issue—let’s see if we can get you back up and running. :blush:

Based on your description and the error message, this is a generic failure that often means your app has hit Streamlit Community Cloud’s resource limits (CPU, memory, or storage), or there’s a dependency/configuration issue. Since you’re not seeing logs and rebooting hasn’t helped, it’s likely a resource or dependency problem, not a transient Cloudflare/network issue. Streamlit Community Cloud currently supports Python versions 3.9–3.13, so your Python version is fine. To troubleshoot, check your app’s requirements.txt for pinned library versions, ensure all dependencies are listed, and confirm you’re not exceeding resource limits (2.7GB RAM, 2 cores, 50GB storage). If your app recently grew in data or complexity, that could be the cause. For more, see the official docs on resource limits and deployment troubleshooting.

If you’re still stuck, try deleting and redeploying the app, and double-check your repo structure and dependency files. If you can, share a minimum reproducible example or your repo link so the community can help debug further! Also, check the FAQ: App works locally but not when deployed for more tips. Community members, feel free to jump in with your insights!

Sources:

I just tried to deploy again, deleted the regular app, created a new one, using a new domain, and got the same error: https://jc-track-2.streamlit.app/

I am also facing same problem. Is really server down? All the cloud based apps are running?

Hi @mas24q yes, you have to check the logs, it seems like there was an issue with the libraries, even though I had not changed my streamlit app in months, but there you are going to find the error, and with more info about it you can solve it