Now when trying to deploy a new app in Streamlit Cloud, it fails to validate the Python file exists. Looking in dev tools, that call to ‘validate_file_exists’ is always returning HTTP 400.
I depoyed apps a few days ago from same repo, and it was fine, so I’m wondering if there’s something broken now in Streamlit Cloud?
Hey @kirkmarple, unfortunately there was a bug on Streamlit Cloud which did not allowed to deploy apps from nested main scripts, the bug has been resolved and you should be able to deploy your app