I too had the same problem. Deactivating all plugins didn’t help. Removing .htaccess file from wp-admin folder too didn’t help.
But adding:
define(‘SCRIPT_DEBUG’, true);
to the wp-config file solved the problem.
But it has slowed down the admin side. Hopefully, there will be a permanent solution to it soon.