Closed kostajh closed 6 years ago
Hi @kostajh ,
the beetbox file is pulled from hashicorp's servers (creators of Vagrant). Hashicorp updated their storage URL from atlas.hashicorp.com
to vagrantcloud.com
and (i'm guessing: ...) disabled/turned off the old site. This error is occurring for you because you still have vagrant 1.x running on your machine, instead of the latest vagrant 2.x (vagrant 1.x is still good for LTS reasons - no need to upgrade yet)
Instead of upgrading to vagrant 2.x, you can to go to the location of your vagrant boxes, find the metadate_url
file in the beetboxvm folder, open it, and change the URL there.
a vagrant box update
or vagrant up
will then work correctly.
read more here: https://github.com/hashicorp/vagrant/issues/9442
Got it, thanks @rwitchell!
Problem/Motivation
Expected behaviour
To find the box
Actual behaviour
404
Steps to reproduce
Follow the quickstart instructions for
composer require
andvagrant up
.n.b. I'm on a train now, so perhaps the poor wifi is coming into play, but it seems like a larger issue as https://atlas.hashicorp.com/beet/box redirects to https://app.terraform.io/beet/box which shows a 404.
Proposed changes