Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mix manifest not found when running docker #338

Closed
virutmath opened this issue May 3, 2022 · 3 comments
Closed

Mix manifest not found when running docker #338

virutmath opened this issue May 3, 2022 · 3 comments

Comments

@virutmath
Copy link

image
When I pull source code and run docker-compose up, the error is occur

The Mix manifest does not exist. (View: /var/www/resources/views/laravue.blade.php)

if (! isset($manifests[$manifestPath])) {

        if (! file_exists($manifestPath)) {

            throw new Exception('The Mix manifest does not exist.');

        }



        $manifests[$manifestPath] = json_decode(file_get_contents($manifestPath), true);

    }
@HuyPham55
Copy link

HuyPham55 commented May 5, 2022

Looks like they've abandoned the project. Last update was in 2021. Facing the same problem. Used to work fine before.

@zanyar-ahmed
Copy link

Then what's their plan for this issue?

@ngdangdat
Copy link
Collaborator

@virutmath
I've upgraded the Docker image to match the Laravel version. Please help to check if the issue still remains.

PR for reference: #349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants