Sage 9 browsersync not updating right

Installed default Sage 9 from instructions within the new docs.

I can’t seem to get js/php/css changes to reload and/or inject into browser. I do see the webpack built message in the browser.

I tried delay and debug additions from above, but no luck. My config file is correct, but below is what I have thus far in the path area of config.json.

“publicPath”: “/wp-content/themes/mysage”,
“devUrl”: “http://mysage.test”,
“proxyUrl”: “http://localhost:3000”,
“cacheBusting”: “[name]_[hash:8]”,

I am getting this error in console:
bootstrap cedeab257f463b909548:39 Uncaught (in promise) Error: Manifest request to http://localhost:3000/wp-content/themes/mysage/dist/cedeab257f463b909548.hot-update.json timed out.
at XMLH

Also my node version is 11.15.0

Is there anything special I need to do and is there a reason for the error?

Thank you in advance and stay healthy.