-
Notifications
You must be signed in to change notification settings - Fork 88
VV sites 404 not found. #340
Comments
Same here |
It seems that, for some reason, the vvv-init.sh script is not being run on provision so that we have to run it manually. You're going to have to ssh into the machine. I hope that helps while the issue is not yet solved. |
I've also run into the same issue, also referenced in #339. It appears that provisioning is not running |
Same, question is how we remedy this rather than having to do it manually. |
I also had this problem today .. and its my first day using VVV & vv. I'm very glad I found this thread, thought I was going crazy :) |
The problem seems to be with a certain incompatibility between vv and the new provisioning system used by VVV. vv, as it is right now, works perfectly with the latest stable release of VVV, but fortunately it can also work with the new provisioning system with some tweaks. Therefore, there are two ways to go about this:
I am going to copy/paste @matthewmcvickar comment from the issue #330
That's how you avoid having to do it manually. If you'd like to learn more about the new provision system in VVV, check out this article: https://tomjn.com/2017/01/16/whats-new-vvv-2-0/ |
I get a command now found when entering |
Hi @estevancarlos . I imagine you are trying to manually run the vvv-init.sh script. Did that happen after ssh'ing into the machine? |
Closing this, I'm going to start tracking 2.0 support in #348. |
Hello,
I'm having trouble with new sites created by VV. All of the default sites are working but the new ones get a 404 not found.
Here is my debug
`$ vv --debug-vv
/c/Dev/vv/vv: line 1506: version: command not found
vv: /c/Dev/vv/vv
vv_config: /c/Users/domin/.vv-config
vvv path: /c/dev/vvv
home: /c/Users/domin
tput:
cat: /usr/bin/cat
curl: /mingw64/bin/curl
which: no brew in (/c/Users/domin/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/domin/bin:/c/ProgramData/Oracle/Java/javapath:/c/Program Files (x86)/Intel/iCLS Client:/c/Program Files/Intel/iCLS Client:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/HashiCorp/Vagrant/bin:/cmd:/c/Users/domin/AppData/Local/Microsoft/WindowsApps:/c/Dev/vv:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/Users/domin/bin)
brew:
tar: /usr/bin/tar
find: /usr/bin/find
git: /mingw64/bin/git
sed: /usr/bin/sed
paste: /usr/bin/paste
vagrant: /c/HashiCorp/Vagrant/bin/vagrant
`
The text was updated successfully, but these errors were encountered: