Vagrant’s port forwarding not working [closed]
I wanted to add an additional note that often this is caused by the server within the VM because it binds to 127.0.0.1, which is loopback. You’ll want to make sure that the server is bound to 0.0.0.0 so that all interfaces can access it. Some built-in app servers such as Django’s development servers and … Read more