Magento Composer Autload Patch Fix
There is a strange bug where the Magento Composer autoload patch was causing issues with the Magento autoloader. This caused issues during the initial installation and viewing the page.
To get around this problem the autoload patch has been skipped on the install using the composer config setting -
"with-bootstrap-patch": false
The user is free to change this to true and retry at a later stage.