Hi @decornmore
I understand the problem - that it have blank page and no error !
Show to check what error it is , here i would suggest you to put below 4 lines into your index.php file of the root directory of magento 2.
ini_set('display_errors', -1);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
then will check on browser it will shows the error on the browser and then further we will troubleshoot the issue !
if issue solved,Click Kudos & Accept as Solution