Guys I’m a linux guy, so I do know the tech, and I’m installing this via docker containers on a linux server.
I’ve tried installing multile times, I get to the “Yippee!” completion page, but when I click on [Next Step: Login to Your Admin Dashboard], I get an admin login without CSS/JS (and that doesn’t work, just reverts to admin login page. HELLLPPP
When I click on the login button I get a white screen with un-css formatted input boxes. In the DevTools it shows it can’t load the css/js admin/_assets/******
files.
When I check the folder on the server there is NO admin/_assets, …. so something didn’t compile on the actual install.
I look through the code for _assets URL creation and it looks like it may be here it’s generating them. Any ideas why it’s not buidling the assets (I’m assuming it’s an webpack process to make those hash’d file names)
Seems to be this function builds the admin/_assets URL’s … anyone (HELP?) can explain how this function and works: initCombiner()
this->assetsCombinerUri = config(‘system.adminUri’, ‘/admin’).$this->assetsCombinerUri