Hi @digitalosaurus,
No, that shouldn’t happen.
This issue might be occurring due to a plugin conflict. So please deactivate all plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin. Then replace it with an alternate plugin.
Thank you @betydbr
I tried but the problem remains the same, is there some sort of repair?
BR
Can you check your browser console for errors and send a screenshot if there are any?
How to open the browser console to view errors
Thanks!
Are you using Autoptimize plugin? The errors reported are similar with the ones from this plugin. Probably it incorrectly optimize Javascripts and they cannot be used properly – that fails customizer from loading.
can’t speak for similar plugins, but autoptimize does not act on the customizer 🙂
@betydbr I used autoptimice, and deactivated it, problem not solved.
BR
Hi @digitalosaurus,
Try adding define('CONCATENATE_SCRIPTS', false); to your wp-config.php file just below the define( 'DB_HOST', 'localhost' ); line.
I hope it helps!