Can't access the local devolpment site

Hello,

I’ve just installed a trellis environment and while the installation went smoothly I can’t seem to access the wordpress site from chrome with localhost, 127.0.0.1 or staying-out.test. I keep getting ERR_EMPTY_RESPONSE

Here is my group_vars/development/wordpress_sites.yml:
wordpress_sites:
staying-out.test:
site_hosts:
- canonical: staying-out.test
redirects:
- www.staying-out.test
local_path: …/site # path targeting local Bedrock site directory (relative to Ansible root)
admin_email: admin@staying-out.test
multisite:
enabled: false
ssl:
enabled: false
provider: self-signed
cache:
enabled: false

and my group_vars/development/vault.yml:

vault_mysql_root_password: devpw

Variables to accompany group_vars/development/wordpress_sites.yml

Note: the site name (example.com) must match up with the site name in the above file.

vault_wordpress_sites:
staying-out.test:
admin_password: admin
env:
db_password: example_dbpassword

I’ve tried ping staying-out.test but I get unknown host
Thus I set nginx to start with the VM like suggested in

I’m starting to run out of things to try… Any ideas ?

Thanks

Hi! I’m having the same problem :frowning_face: