Darkur

Exception: Unable to locate Mix file: /assets/css/test.scss.

laravel Icon

Exception

Unable to locate Mix file: /assets/css/test.scss.

An unhandled exception occurred on line 55
52
        $manifest = $manifests[$manifestPath];
53
54
        if (! isset($manifest[$path])) {
55
            $exception = new Exception("Unable to locate Mix file: {$path}.");
56
57
            if (! app('config')->get('app.debug')) {

Solution

Always make sure to remove the link to the file that has been removed.

It will always try to search for the file even when it doesn't exist.            
Jul 15, 2021 Anyone

0 replies


Install the browser extension

Found this solution helpful? Try our extension for quick solutions to your Laravel errors.

Chrome logo Add to Chrome - It's free