Hello,
I did :
> php bin/magento setup:upgrade
> php bin/magento setup:di:compile
> php bin/magento setup:static-content:deploy -f
> php bin/magento cache:flush
0 errors,
but the site is completely broken, no images, no JS, nothing
I then run "grunt clean"
The theme is displayed broken WITH the images
then I run a
> php bin/magento setup:static-content:deploy -f
followed by a
> php bin/magento cache:flush
the theme is then displayed perfectly fine, but for a second, the theme is broken (while loading) and at the end of the loading, the theme is perfect.
Really very strange.
If anyone has an explanation ...
Thank you in advance
up