I tried updating my Homestead box on from Vagrant and received a 404 error message and I did some searching but not sure what the issue is on why I can update it.
➜ Homestead git:(master) ✗ vagrant box update
==> default: Checking for updates to 'laravel/homestead'
default: Latest installed version: 2.0.0
default: Version constraints: >= 0
default: Provider: virtualbox
There was an error while downloading the metadata for this box.
The error message is shown below:
The requested URL returned error: 404 Not Found
Open the file ~/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/metadata_url using a text editor and change it's content to https://vagrantcloud.com/laravel/homestead
For me, changing the file data didn't solved the problem. I used an extra param in the command.
vagrant box add laravel/homestead https://vagrantcloud.com/laravel/homestead
So the URL was pass in the command
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With