Homestead: The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Atlas

Created on 19 Feb 2018  路  17Comments  路  Source: laravel/homestead

The box 'laravel/homestead' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
vagrant login. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://atlas.hashicorp.com/laravel/homestead"]
Error: The requested URL returned error: 404 Not Found

Note from atlas.hashicorp.com.

The Packer, Artifact Registry and Terraform Enterprise (Legacy) features of Atlas will no longer be actively developed or maintained and will be fully decommissioned on Friday, March 30, 2018. Please see our guide on building immutable infrastructure with Packer on CI/CD for ideas on implementing Packer and Artifact Registry features yourself and the Upgrading From Terraform Enterprise (Legacy) guide to migrate to the new Terraform Enterprise.

Most helpful comment

@svpernova09 I see thanks.

Since I can't find the file which I should change the download link.
"vagrant box add laravel/homestead https://vagrantcloud.com/laravel/homestead" did this and it works now.

All 17 comments

same as mine :|

screenshot from 2018-02-19 09-12-13

@svpernova09 does not solve my issue. I am fresh installing homestead.

807 (comment) did not work.

My vagrant version is 1.9.2

The problem was the URL changed, the solution is to change the download URL in the file or to remove and re-add the box.

@svpernova09 I see thanks.

Since I can't find the file which I should change the download link.
"vagrant box add laravel/homestead https://vagrantcloud.com/laravel/homestead" did this and it works now.

I've been looking for this fix for weeks. It should be on the Laravel official Docs. Thanks a lot.

I ran into the same problem, and updating vagrant to the latest version (at the moment 2.0.2) fixed it for me. See: https://www.vagrantup.com/downloads.html

I just ran into the issue now and I am so glad your solution worked for me @jericopulvera .Thanks

Hi
I ran into the same problem on fresh install. i added an additional line on my Vagrantfile

config.vm.box_url = "https://vagrantcloud.com/laravel/homestead"
````
above this 

Homestead.configure(config, settings)
````
this worked for me.

Thanks

i just ran into the issue now too.
i really appreciate your solution !

https://github.com/midhun1993
thanks that worked for me too

Its work for me
sudo ln -s /etc/ssl/cert.pem /opt/vagrant/embedded/cacert.pem

Thanks for this solution Master @jericopulvera

I ran into the same problem, and updating vagrant to the latest version (at the moment 2.0.2) fixed it for me. See: https://www.vagrantup.com/downloads.html

I wanted to confirm that this solution worked for me as well. Thank you @jilster!

this issue can also be solved by updating vagrant to its latest version.

I just uninstalled the vagrant 2.2.7 and re-installed it, my problem was resolved.

worked for me thanks @IrfanGhouri

Was this page helpful?
0 / 5 - 0 ratings