You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.
I'm getting this error when I'm trying to run vagrant up. I'm using Ubuntu 16.04 and Vagrant 1.9.4
Error: The requested URL returned error: 404 Not Found
The box 'debian/jessie64' 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/debian/jessie64"]
Error: The requested URL returned error: 404 Not Found
INFO interface: Machine: error-exit ["Vagrant::Errors::BoxAddShortNotFound", "The box 'debian/jessie64' could not be found or\ncould not be accessed in the remote catalog. If this is a private\nbox on HashiCorp's Atlas, please verify you're logged in via\n`vagrant login`. Also, please double-check the name. The expanded\nURL and error message are shown below:\n\nURL: [\"https://atlas.hashicorp.com/debian/jessie64\"]\nError: The requested URL returned error: 404 Not Found"]
The text was updated successfully, but these errors were encountered:
It looks like url issue, I fixed the issue by adding line sylius_config.vm.box_url = "https://app.vagrantup.com/debian/boxes/jessie64" after sylius_config.vm.box = "debian/jessie64"
Looks like we need to change the url to the boxes.
I'm getting this error when I'm trying to run
vagrant up
. I'm using Ubuntu 16.04 and Vagrant 1.9.4The text was updated successfully, but these errors were encountered: