Jump to content


Photo

Js broken in Backend Magento 2.2.2

magento2

  • Please log in to reply
1 reply to this topic

#1 edwardjame

edwardjame

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 31 January 2018 - 06:43 AM

Hi, 

I have some problem on my online store with Magento 2.2.2

After enable merge Js in Magento Backend:

Store/Configuration/Advanced/Developer and save the config. I realized that I can't click any menu button in the backend. Js is broken so I can't go to Merge Js config and disable it again.

How can I fix this bug? Thanks in advance.



looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 paulhudson

paulhudson

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 31 January 2018 - 07:27 AM

You go to database of M2 site, run this SQL command:
SELECT * FROM `core_config_data` WHERE `path` LIKE '%dev%'
Change 'dev/js/merge_files' to '0'
Then run deploy theme command with SSH to see if it works?

Otherwise, you could [reach our team of experts] to know the easiest & most optimal approach to this issue.

 

Best Regard.