Local by Flywheel error 502

Im using Mac OSX 10.14.6 (Mojave) and Virtualbox 6.0.10 with all permissions allowed. Apache.

After install Local, i created a site, but the site give me a 502 error.

I check the error.log and i found this:

2019/08/01 14:38:23 [error] 6#6: *11 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.94.1, server: pkrstr.local, request: “GET / HTTP/1.1”, upstream: “http://192.168.94.100:4000/”, host: “pkrstr.local”
2019/08/01 14:38:23 [error] 6#6: *11 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.94.1, server: pkrstr.local, request: “GET /favicon.ico HTTP/1.1”, upstream: “http://192.168.94.100:4000/favicon.ico”, host: “pkrstr.local”, referrer: “http://pkrstr.local/

But, i dont know how to fixed.

Any idea?

I restart the local machine, and just show me a Wordpress error like this:

<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );