-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Description
After upgrading the Magento version inside the Docker container from 2.4.5 to 2.4.7, static view files have stopped being automatically deployed when developer mode is enabled. On the frontend I am getting 404 errors for static content.
After I run setup:upgrade and navigate to the storefront, in the pub/static folder inside the Docker container, there is only a frontend directory with a requirejs-config.js file - nothing else.
If I deploy static content manually using bin/magento setup:static-content:deploy, then everything is fine. Switching the application mode from developer to production and then back to developer doesn't fix the problem.
This issue goes away when I delete the app volume and recreate it. I guess this has something to do with the Docker volume itself.
I am using version 44.0.0 of docker-magento, running everything on macOS 26.1 and OrbStack 2.0.5.
Steps To Reproduce
- This issue only occurs once in a while, thus I don't have a clear way of reproducing it. Last time this happened was after I upgraded the Magento version inside the Docker environment.