Issue Description
After updating to macOS Ventura, you may run into some local dev environment issues, such as error messages and local URLs timing out when trying to visit.
Fear not!
How to Fix the Issue
Firstly, all of the information can be found at the link below for a fix, although it should be quite straight forward at this point.
https://github.com/hashicorp/vagrant/issues/12959
The key take aways are:
- Update Vagrant to 2.3.3
- Update VirtualBox to 7.0.4
- (You may need to uninstall both of them before updating if there’s any issues)
- Once you have upgraded you SHOULD be able to vagrant up as expected but you might find your local dev env hangs
- Open VirtualBox and go to homestead > Settings
- Then click on Networks > Adapter 2 and select Host-only Network > HostOnly
- Once you save and close your local env SHOULD work seamlessly