+1 vote
7.5k views
in Magento by (260 points)
closed by
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.
closed with the note: Trying for backlinks.

1 Answer

0 votes
by (150 points)
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?
by
:) :) :) :) :) :)

Related questions

+1 vote
1 answer 9.1k views
asked Feb 2, 2018 in Zend by Edward121 (260 points)
+1 vote
2 answers 8.7k views
asked Jan 30, 2018 in Frameworks by Doumeki (480 points)
0 votes
3 answers 2.8k views
0 votes
0 answers 1.1k views
0 votes
1 answer 1.3k views
0 votes
1 answer 1.2k views
asked Jun 29, 2016 in Magento by Mark Brown
...