Seravo / wp-vagrant

Vagrant box for the Seravo WordPress project template
https://seravo.com/docs/
MIT License
18 stars 3 forks source link

Vagrant box website fails to load out-of-the-box, home url wrongly https://seravo-wordpress.local' #59

Closed ottok closed 3 years ago

ottok commented 4 years ago

For some Vagrant box build/start related issue the home url is occasionally https://seravo-wordpress.local' after boot.

vagrant@development:~$ env | grep DEFAULT_DOMAIN
DEFAULT_DOMAIN=seravo-wordpress.local

Quick workaround to continue broken box is to issue:

vagrant@development:~$ wp search-replace https://seravo-wordpress.local https://wordpress.local --all-tables
ottok commented 4 years ago

I believe this was fixed via 9dd32bcaaa1bc4493bc1ddaccfcc2c6bc85f5bc5

Maybe @nellileinonen could test the latest seravo/wordpress-beta version 20200610.0.0 and tell me if you are able to reproduce this issue anymore?

nellileinonen commented 4 years ago

No, I couldn't reproduce this issue anymore with seravo/wordpress-beta version 20200610.0.0. Everything worked ok

ottok commented 3 years ago

I have not been able to reproduce this either, so indeed 9dd32bc fixed it. Closing issue.