# Sage 9 + BrowserSync not loading any CSS at all on 'yarn run start'

**URL:** https://discourse.roots.io/t/sage-9-browsersync-not-loading-any-css-at-all-on-yarn-run-start/11332
**Category:** sage
**Tags:** webpack
**Created:** 2018-01-16T22:56:13Z
**Posts:** 30
**Showing post:** 24 of 30

## Post 24 by @strarsis — 2018-03-01T23:05:57Z

The theme still got the `wp_footer()`, so this isn’t the issue in my case.

I noticed that in console the following is logged on a (failed) hot-reload (after saving source styles):

```
Failed to load http://localhost:3000/app/themes/the-theme/dist/57efeac3e396fa2f9996.hot-update.json: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://192.168.8.101:3000' is therefore not allowed access.

Uncaught (in promise) Error: Manifest request to http://localhost:3000/app/themes/the-theme/dist/57efeac3e396fa2f9996.hot-update.json timed out.
    at XMLHttpRequest.request.onreadystatechange (bootstrap 57efeac3e396fa2f9996:38)
```

@Simeon: I added the

```
"headers": { "Access-Control-Allow-Origin": "*" },
```

to `config.json`, as top level field. – Am I still missing something here?

---

_[View the full topic](https://discourse.roots.io/t/sage-9-browsersync-not-loading-any-css-at-all-on-yarn-run-start/11332)._
