When in the staging environment, the site editor will not load, it is stuck with the load bar never finishing. The site editor will work in the non staging environment.
Thanks for writing us. Will you please make sure that the WP_DEBUG_DISPLAY is false on your staging site’s wp-config.php file? If it is already turn off, then we need to check your debug log file. Will you please send us your debug log files from WP Staging > System Info to our support from this link?
In the wp-config.php file on the testing site, the debug is set to false:
define(‘WP_DEBUG’, false);
When I go to WP Staging and System Info there is no debug log. I have a “system information” and a “cloning” log only. The Debug area on the page says “=== PHP DEBUG LOG FILE IS NOT A FILE OR IS NOT READABLE ===”.