I am using Magento 2.3.2 When I enabled production mode with Minify and Merge options for both CSS and JS only Minify is working. Js and CSS files are not merged. Did anyone came across the issue.
I have checked the Database and ran all commands. Still no luck.
1 Answer 1
Follow this command and if you face any issue please resolve and try to re-run this command.
bin/magento deploy:mode:set production
Make sure backend change has been done from your side.
May be this will help you.
-
1I have ran this command and backend changes were done before running this command, Merge is not working.Nagamani– Nagamani2019年09月04日 11:05:24 +00:00Commented Sep 4, 2019 at 11:05
-
1Issue was permission was not there for _cache directory after giving permission solved the issue.Nagamani– Nagamani2019年09月30日 06:04:38 +00:00Commented Sep 30, 2019 at 6:04
-
/static/version1712995569/_cache/merged/9d5bb369647bbb6f2af88ce240f82cb6.css thanks. solved. _cache direcotry MUST BE WRITABLE by webserver account.madagaskar– madagaskar2024年04月13日 08:43:34 +00:00Commented Apr 13, 2024 at 8:43
Explore related questions
See similar questions with these tags.