The connection was reset

I’m doing a trellis, bedrock sage setup per the docs.

I can get everything working and my local site will work for a little bit at http://foo.local

But this will drop out all the time, with my browser reporting, connection reset.

I can trigger this on command by running yarn start in my sage theme directory.

I can normally get it back by running vargrant up again. but FYI even while I have an active ssh connection to my vagrant instance I’ll still see the connection reset message.

I’m running osx

Are you able to access the development site from outside of the Browsersync session when that error occurs?

Hey sorry I figured this out, I had two running vagrant instances on my machine for different sites. Once I halted the other, I stopped having this issue.

If you are running multiple VMs sta the same time, make sure the VMs are using different IPs.

See: https://github.com/roots/trellis/blob/0875cc2c637339248f69d1e93c91352952af9b54/vagrant.default.yml#L2

This topic was automatically closed after 42 days. New replies are no longer allowed.