I am attempting to install a magento 2.3.3 site on windows and no content is being generated for my page. I have followed many different methods of fixing this. I have changed the Validator realpath variable and more. When i inspect the page, this is the only code that is generated, apart from the head.
<!doctype html>
<html lang="en">
<head> ... </head>
<body data-container="body"
data-mage-init="{"loaderAjax": {}, "loader": { "icon": "http://localhost/greenbeansau/pub/static/frontend/_view/en_NZ/images/loader-2.gif"}}"
class="cms-index-index page-layout-1column">
</body>
</html>
My Admin page also has the same code. As far as i can tell, no errors have been logged in the var/log files, and no php errors are being generated.
Help please. Anything would be appreciated