Hi There @mickyates
Thanks for writing in! A blank page usually means a PHP fatal error. You can enable WP_DEBUG on your wp-config.php file which is in the root of your WordPress installation and then revisit your site to see the actual error message.
You need to edit the line as follows.
define('WP_DEBUG', true);
One of the possible issue could be that you’re running an older version of PHP on your server. We recommend PHP version 5.6.x or higher to avoid incompatibility issues.
Let us know how it goes with more information.
Thanks!