Hello everyone,
I’m encountering an issue deploying my Streamlit app on Streamlit Sharing. The deployment fails with the following error messages in the logs:
[09:38:30] Cloning repository... [09:38:30] Failed [09:38:50] Failed to download the sources for repository: 'projet-pompiers', branch: 'main', main module: 'Streamlit/streamlit_app.py' [09:38:50] Make sure the repository and the branch exist and you have write access to it, and then reboot the app.
My repository is named “projet-pompiers”, and the main branch is “main”. The main module is located at “Streamlit/streamlit_app.py”.
Thank you