Not accessable from the web
PORT variable set to 4242 but still nothing, localy running fine
23 Replies
Project ID:
N/A
Project ID:
N/A
Project ID:d3345802-41e9-4f63-82c9-63d7f0fcf52a
please share your repo
start command in server.py
can you share a link to your repo please
There are keys there. I'll clean it that'll be the only option. What are you looking for?
there should never be keys in the repo, even if it's private
what kind of app is this?
python flask app that host index page and accept post requests to the webhook
Solution
then you need to run the app with gunicorn
i am not at the level to understand to else to maintain them
use environment variables
sound weird. Whats so special in built in flask web server so that railway cant work with it?
it's a development server only meant for development, nothing to do with railway
what stops it from going throug that wont stop the gunicorn?
it can be made to work, but that's not the point, it shouldn't be used, gunicorn is what you should be using when on railway
gunicorn works. I'm still curious what is the difference for railway
it's not specific to railway, it's just proper practice
i don't see this option. should i do something?
sorry that option was removed as it was being used incorrectly
thank you