Hello @designbythink,
I tried to access your site staging site dashboard but I am not able to access your dashboard, it seems there is an issue with your staging installation, it might be the issue of plugin conflict. I would suggest you please add the below-given code into your wp-config.php for debugging setup and the error logged into the file name debug.log inside the wp-content folder.
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );
Please find the video that will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o
Please share the FTP details in the secure note so that we can debug it properly.
Thanks