The one place for your designs
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.
Can't Install Minds, Hangs On Front-build_1 | chunk vendor vendor.js
I'm not sure where things are going sideways with this. The installer coasts along, no problems, until it gets to "front-build_1 | chunk {vendor} vendor.js, vendor.js.map (vendor) 7.16 MB [initial] [rendered]" At that point, every single time, it hangs. No error messages or warnings, nothing.It never completes. I even let it run overnight just for curiosity.
I’ve restarted the installation removing the settings file, I’ve wiped the server back to default and started the process again. I’ve even deleted the entire virtual machine and tried other Ubuntu variants and older versions.
STEPS TO REPRODUCE
Installing Minds using every version of the documentation.
V1: https://gitlab.com/MindsGaming/minds-install-sh V2: https://gitlab.com/MindsGaming/user-based-docs-for-minds.com V3: https://gitlab.com/minds/minds
We want to be sure it is you, please confirm you are not a robot.
I'm facing the same issue. Tried it multiple times.
@ashish225 @movingisliving2019
Hey, have you seen https://developers.minds.com/
Made a merge request here to add that link into the readme
That message is not a bug though, you're running docker-compose up front-build
, so it attaches to the logs from the container. This is useful for development, but if you want it in the background, you can simply run docker-compose up -d front-build
.
If you see this, you should be able to see the site at localhost:8080
If you don't, please run docker-compose logs -f --tail 0
, reload the failing localhost link, and send me the output.
Hey ben ,Its resolved. Thanks for your help.Sent from my Samsung Galaxy smartphone.
Any time! Will close the issue once @ashish225 confirms their issue is resolved.
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.