- Magento 2.3.1
- Ubuntu 18.04.2 LTS
- PHP 7.2.17
Working in dev environment and and enabled few optimization parameters which made admin panel inaccessible and buttons don't appear correct with proper text , appears shrinked. Admin panels don't draw out even if does then none of the buttons registers a click and hence I'm not able to change the configurations back.
All these configurations are done from magento 2.3.1 admin panel. I was trying to speed up my webstore but it created a havoc.
1.Enable JS minify/merge/bundling
2.Enable CSS minify/merging
3.Enable Html minify
4.Enable Embedded Translation Mode for JS translation strategy.
Tried changing back
- Enable JS minify/merge/bundling
- Enable CSS minify/merging
- Enable Html minify.
but no avail.
Change back JS translation strategy from embedded to dictionary. As i18n js errors were observed when inspection was done in browser.