So I'm having an issue with a MAMP & Wordpress local install where frequently on reload I get a "No data received ERR_EMPTY_RESPONSE" page. I also get the following in the console.
- /deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details. http://localhost:8888/xxx/:1 GET
- http://localhost:8888/xxx/ net::ERR_EMPTY_RESPONSE
- http://localhost:8888/xxx/:1 GET http://localhost:8888/xxx/ net::ERR_CONNECTION_REFUSED
I've not been able to find anything that addresses these errors, except to restart the server. Not sure what else I need to do to trouble shoot this.