Hi,
This can be caused by multiple factors, namely syntax errors in custom coding, aggressive caching and finally security rules. it is known that Siteground block the required resources from being loaded, you’ll need to contact Siteground and ask them to exclude the resources from their mod_security rules.
Caching
If you have caching plugins installed please ensure you’ve cleared all caches and disabled the plugin and have removed any defines they may add to the wp-config.php. For example W3 Total Cache adds two defines to the wp-config.php. In addition make sure all code added by any caching plugin has been removed from the .htaccess file.
Cloudflare
If you are using Cloudflare, it should be either temporarily disabled when building your site and making modifications or ensure /x/ is added to your page rules for exclusion within your Cloudflare settings.
Custom Code
If you have added any custom code to either your child themes functions.php or custom CSS/JS within the editors. Ensure that all code is validated, there are no errors or incorrect outputs. Any incorrect code could potentially cause issues and break the editor.
Security Plugins and Custom Hosting Rules
It is known that some security plugins and also hosts security rules may block the content builder endpoints. If you’re experiencing the issue mentioned in this article. Try temporarily disabling any security plugins you may have active and contact your host for assistance.