I\'m trying to run a simple web server on a Raspberry Pi with Flask. When I run my Flask app, it says:
running on http://127.0.0.1:5000/
A reason could also be in firewall refusing incoming connections on port 5000. Try:
sudo ufw allow 5000