0

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.

asked Sep 4, 2019 at 10:05

1 Answer 1

0

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.

answered Sep 4, 2019 at 10:40
3
  • 1
    I have ran this command and backend changes were done before running this command, Merge is not working. Commented Sep 4, 2019 at 11:05
  • 1
    Issue was permission was not there for _cache directory after giving permission solved the issue. Commented Sep 30, 2019 at 6:04
  • /static/version1712995569/_cache/merged/9d5bb369647bbb6f2af88ce240f82cb6.css thanks. solved. _cache direcotry MUST BE WRITABLE by webserver account. Commented Apr 13, 2024 at 8:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.