application failed to respond streamlit python app
some guidance here please....
Solution:Jump to solution
folklore, you should be able to get it to work by copying the railway.json from this repo into your project, make sure you remove a Procfile or the start command in the service settings if you have either
https://github.com/brody192/streamlit-hello/tree/main
fragly, check if I have an existing template for it...
7 Replies
Project ID:
N/A
take a look at this: https://docs.railway.app/guides/fixing-common-errors
Hey have followed these steps as it is
but still getting issue
@Fragly
In deploy logs getting this
🤔 that is interesting
Perhaps that's not the right way to do it on streamlit, I'm not sure since I don't use python
Otherwise if all else fails then you can force Railway to use a specific port, like port 3000 or something by setting the
PORT
service variable to port 3000
and then you can just serve on that port as a temporary solution until someone has an idea of what the issue isSolution
folklore, you should be able to get it to work by copying the railway.json from this repo into your project, make sure you remove a Procfile or the start command in the service settings if you have either
https://github.com/brody192/streamlit-hello/tree/main
fragly, check if I have an existing template for it
🫡