Replit deployment

Question: Failed deployment at bundle stage

Repl link/Link to where the bug appears: peerlist-hackathon.devennandapurka.repl.co

Screenshots, links, or other helpful context:
The replit deployment fails again and again on the bundle stage itself… what is the issue and how can i deploy my project smoothly.
It is a streamlit application that we are running on the Replit Autoscale services… but it is not getting deployed. Any kind of help is appreciated.

GitHub link:- GitHub - Deven1902/Peerlist-Hackathon: Email summarizer project for the GenAI hackathon organzied by the Peerlist

code snippet
1 Like

Hey! Could you set your run command to:

streamlit run --server.address 0.0.0.0 --server.headless true --server.enableCORS=false --server.enableWebsocketCompression=false main.py

We have some custom docs on streamlit here: https://docs.replit.com/hosting/deployments/troubleshooting#deploying-streamlit-applications.

1 Like