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.
Hi Ben,
I am getting forbidden error when i hit the url "http://localhost:8080"
Please find the attached screen-shot
Hi Ben,
Issue is resolved. Problem was url "http://localhost:8080" is not redirecting to url "http://localhost:8080/index.php"
By manually hitting the url "http://localhost:8080/index.php" Minds web Page become vissible
Thank You for your support
ben. didnt know where to ask this so asking here.
Ahh my apologies! The home page requires a step and I don't think that is in our docs. From the project folder whilst its running, do:
docker-compose exec php-fpm sh
cd /var/www/Minds/front/dist
touch index.php
hello ben., external URLs arent getting embedded when I post something. only the link appears allowing to redirect.
I guess you likely haven't put in a key for iframely in the settings.php?
hi ben. just checked. it already has a key. what should be done now ?
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.