# Console errors: net::ERR_ABORTED 404

**URL:** https://discourse.roots.io/t/console-errors-net-err-aborted-404/19289
**Category:** trellis
**Created:** 2020-10-09T01:33:14Z
**Posts:** 7

## Post 1 by @joshb — 2020-10-09T01:33:14Z

Working a project this afternoon and out of nowhere I get a blank page.  
I check the console and see the following errors splattered all over.

 ![Screen Shot 2020-10-08 at 7.02.02 PM](https://discourse.roots.io/uploads/default/original/2X/4/4210cc848d564b631c074eba7e2bfd006ad504b2.png)

When I run `yarn build` it removes, then recreates the `dist` folder and contains all the correct scripts and stylesheets. When I verify that, the paths to the stylesheets load in the browser.

When I run `yarn run start` it removes then recreates the `dist` folder but does not create the `style` folder, however, it builds and compiles the `scripts` and `images` folders fine.

Whether or visit the project directly thru the devUrl or through localhost, it produces the same result. A blank white page with the correct sources code but also with the same console errors.

I’ve renamed the theme folder, plugins folder and attempted to reload but the same issue resides. I’ve also attempted to remove all the plugins via composer as well and the same issue resides.

It sounds like it may be a Webpack issue and I’ve searched the discourse and other areas of the internet without finding any specific fixes for this.

Any assistance is very much appreciated.

---

## Post 2 by @joshb — 2020-10-09T02:44:32Z

Update:

I added the jquery library via the CDN link to my head and it has fixed most issues, so I am fairly confident this is a webpack issue but unsure how to this happened or how to resolve.

This has been a project I’ve been working on for several months without any problems until this afternoon.

Also, I noticed this issue directly after deploying some changes to my staging environment and the staging environment is functioning properly 100% with zero console errors. No doubt a local issue.

---

## Post 3 by @joshb — 2020-10-09T18:38:13Z

Still fighting this issue today.  
I made some code changes and deployed them to staging with zero console errors on staging.  
Opened up an older project to boot up and was running that project locally just fine.

So for some weird unknown reason, something just went totally haywire with this project yesterday and won’t load all the necessary resources to run my project locally.

Any ideas, anyone? Kindly thank you.

---

## Post 4 by @alwaysblank — 2020-10-09T19:53:06Z

What do you see in the network tab of your inspector for these files? `net::ERR_ABORTED` sounds like you’re having some kind of network error, so I’d guess you might find some more info if you examine the requests and responses.

---

## Post 5 by @joshb — 2020-10-10T01:17:25Z

Hey! I appreciate the reply but ended up destroying the instance and starting over, then moving the theme back and reconfiguring things. I am running perfectly fine on a new instance locally but now I am unable to deploy.

This is a multisite install and I AM getting the same errors described here:

> [@Aborted trying to redefine constant ‘MULTISITE’. `define(‘MULTISITE’, …)](https://discourse.roots.io/t/aborted-trying-to-redefine-constant-multisite-define-multisite/16127):
>
> Hi all, Matt’s issue here: [Aborted trying to redefine constant 'MULTISITE'. `define('MULTISITE', ...)` has already been occurred elsewhere](https://discourse.roots.io/t/aborted-trying-to-redefine-constant-multisite-define-multisite-has-already-been-occurred-elsewhere/15332) - was also a problem for me. The replies obviously weren’t very helpful. The solution for me was to ignore most of this documentation: [https://roots.io/trellis/docs/multisite/](https://roots.io/trellis/docs/multisite/) – as it appears to be outdated. So, in other words, don’t add anything to your applications.php file. Also, the /wp/ directory issues seem to be resolved and can be ignored. Defining…

I’ve tried everything in that thread and nothing is working.  
Any help is greatly appreciated.

---

## Post 6 by @joshb — 2020-10-10T18:42:19Z

Just in case anyone else lands here with the same issue.

Here’s what I found first that led me to a fix that has finally worked:

[https://discourse.roots.io/t/aborted-trying-to-redefine-constant-multisite/17107/4](https://discourse.roots.io/t/aborted-trying-to-redefine-constant-multisite/17107/4)

Which then led me to this post by @knowler:

[https://discourse.roots.io/t/not-sure-how-to-get-multisite-functional-in-dev-environment/15701/2](https://discourse.roots.io/t/not-sure-how-to-get-multisite-functional-in-dev-environment/15701/2)

---

## Post 7 by @system — 2020-11-20T01:33:16Z

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