Relative Content

Tag Archive for windowsflaskvagrantvirtualboxportforwarding

Unable to Access Flask App in Vagrant VM from Host Browser

I’m running a Flask application inside a Vagrant virtual machine. The app is set to listen on all addresses (0.0.0.0), and I can access it from within the VM using curl http://localhost:5000. However, I cannot reach it from my host laptop’s web browser. I get a “This site cant be reached” error.