Mix manifest not found when running docker
virutmath opened this issue · 3 comments
virutmath commented
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 commented
Looks like they've abandoned the project. Last update was in 2021. Facing the same problem. Used to work fine before.
zanyar-ahmed commented
Then what's their plan for this issue?
ngdangdat commented
@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