Localhost:3000 showing blank

Using yarn start, I can successfully view the BrowserSync UI (localhost:3001), but I am unable to access localhost:3000.

My config.json file in resources/assets have been modified for these lines and it’s still not working.

“publicPath”: “/wp-content/themes/mk1”,
“devUrl”: “http://example.test”,
“proxyUrl”: “http://localhost:3000”,

I’ve also disabled my firewall to much avail.

If somebody could help me actually load the page that’d be great, thanks

What operating system are you on? Is anything else running on :3000? Are you using Trellis? Have you followed our Getting Started documentation to make sure your environment is set up correctly?

1 Like

Does http://example.test load the site for you? If not, that’s something unrelated to Sage since you already need a working local dev setup/webserver in order to use the build process

1 Like

Does http://example.test load the site for you? If not, that’s something unrelated to Sage since you already need a working local dev setup/webserver in order to use the build process

No it doesn’t, I’ll set one up and check back

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