Getting a black screen after login. At the login screen inspecting the page shows there are no files being found in the assets folder.
Situation
Using a clean CentOS 7 install with PHP 7.2 and clean clone of OpenEMR
OpenEMR Version
Latest github
Browser:
I’m using: Chrome
Operating System
I’m using: 10
Logs
GET http://.../openemr/public/assets/bootstrap/dist/css/bootstrap.min.css?v=60 net::ERR_ABORTED 404 (Not Found)
login.php:10 GET http://.../openemr/public/assets/jquery-ui-themes/themes/ui-darkness/jquery-ui.min.css?v=60 net::ERR_ABORTED 404 (Not Found)
login.php:11 GET http://.../openemr/public/assets/font-awesome/css/font-awesome.min.css?v=60 net::ERR_ABORTED 404 (Not Found)
login.php:13 GET http://.../openemr/public/assets/jquery/dist/jquery.min.js?v=60 net::ERR_ABORTED 404 (Not Found)
login.php:14 GET http://.../openemr/public/assets/bootstrap/dist/js/bootstrap.min.js?v=60 net::ERR_ABORTED 404 (Not Found)
login.php:15 GET http://.../openemr/public/assets/jquery-ui/jquery-ui.min.js?v=60 net::ERR_ABORTED 404 (Not Found)
login.php:14 GET http://.../openemr/public/assets/bootstrap/dist/js/bootstrap.min.js?v=60 net::ERR_ABORTED 404 (Not Found)
login.php?site=default:15 GET http://.../openemr/public/assets/jquery-ui/jquery-ui.min.js?v=60 net::ERR_ABORTED 404 (Not Found)