Flask app wont work with port 0.0.0.0
application not responding
Solution:Jump to solution
you don't want to be using flasks in-built developer server, please reference this template https://github.com/alphasecio/flask/tree/main
you need to use gunicorn to run your flask app...
3 Replies
Project ID:
176ba294-2575-4688-9d63-fae15b879106
tried these all doesnt work
ah shit it worked
sorry
Solution
you don't want to be using flasks in-built developer server, please reference this template https://github.com/alphasecio/flask/tree/main
you need to use gunicorn to run your flask app