Flask app not running on localhost, no error Flask flyf35 — 8 April 2023 · Comments off Solution # ... if __name__ == "__main__": app.run(host='localhost', port=5000, debug=True) # or setting host to '0.0.0.0'