I was able to install OroCRM using this guide but I installed the latest nodeJS, PHP, and OroCRM 4.1
Now after login I'm just stuck on a loading page. I have tried searching but the only one I have found relevant to my problem is this but it didn't resolve my problem. These are the dev and prod logs
It looks assets (JS and CSS) are not loaded. The issue could happen because of the incorrect configuration for the webserver (nginx or apache) or the absences of generated assets.
Please try to regenerate the assets by running
php bin/console oro:assets:install --env=prod
and make sure there are no errors in the command output.
If it doesn't help - check your webserver config.
Here are the official OroCRM recommendations according to the server setup https://doc.oroinc.com/backend/setup/dev-environment/web-server-config/