Skip to content

Vagrant, VirtualBox and macOS Ventura

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!

Affected Browsers

Issue Type

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:

  1. Update Vagrant to 2.3.3
  2. Update VirtualBox to 7.0.4
  3. (You may need to uninstall both of them before updating if there’s any issues)
  4. Once you have upgraded you SHOULD be able to vagrant up as expected but you might find your local dev env hangs
  5. Open VirtualBox and go to homestead > Settings
  6. Then click on Networks > Adapter 2 and select Host-only Network > HostOnly
  7. Once you save and close your local env SHOULD work seamlessly

Back to Issues List