I'm sorry this question has been asked before and answered.
The flask app does not serve outside of the local host network.
This is what I've tried before.
What I've Tried
- Inbound rule change to allow port 5000.
- Changing port to 80 and then to 33 to test
- set host to 0.0.0.0
- Tried all with app.run(host=) method and cmd line interface
is it something I'm not seeing yet. Please help. Thank you in advance.