# Missing asset-manifest.json file

**URL:** https://discourse.roots.io/t/missing-asset-manifest-json-file/17583
**Category:** sage
**Created:** 2020-02-05T10:50:53Z
**Posts:** 2

## Post 1 by @JordanC26 — 2020-02-05T10:50:53Z

I’m constantly getting this error in my browser console:  
`GET https://dev.example.co.uk/asset-manifest.json 404`

I’ve searched “asset-manifest.json” across my site /site & /trellis directories and nothing found. The closest match is in this file: `themename/config/assets.php`

```
/*
    |--------------------------------------------------------------------------
    | Assets Manifest
    |--------------------------------------------------------------------------
    |
    | Your asset manifest is used by Sage to assist WordPress and your views
    | with rendering the correct URLs for your assets. This is especially
    | useful for statically referencing assets with dynamically changing names
    | as in the case of cache-busting.
    |
    */

    'manifest' => get_theme_file_path().'/dist/assets.json',
```

I’ve run `yarn build`, `yarn run build:production` and others and everything else loads fine but I am forever getting this 404 in the console. Any ideas?

---

## Post 2 by @system — 2020-03-18T10:50:56Z

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