Have a multi-site installation. All the sites have the same plugins. All use the same theme. Only the default main site has this issue. All the other sites the editor works flawlessly.
There are no errors in the debug console.
I’ve purged all caches, both locally and CDN.
I’ve added:
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
to the config.
No change
I’ve disabled plugins:
No change
What else can I do to debug where the cause of this is?
