Hi Team, I was trying to setup growthbook in my lo...
# ask-questions
p
Hi Team, I was trying to setup growthbook in my local and followed the steps :
Copy code
git clone <https://github.com/growthbook/growthbook.git>
cd growthbook
docker-compose up -d
But http://localhost:3000/ is not coming up it is stuck on loading screen:
Getting this error :
f
you should be able to visit the API url directly
often this happens when mongo is not running
p
http://localhost:3100 gives
Copy code
{
  "name": "GrowthBook API",
  "production": false,
  "api_host": "<http://localhost:3100>",
  "app_origin": "<http://localhost:3000>",
  "config_source": "db",
  "email_enabled": false,
  "build": {
    "sha": "a934fdc175d6d1871ff37e6f3a9e8a211b73aa7a",
    "date": "2024-04-19T02:55:35Z"
  }
}
http://localhost:3000/ stuck on loading screen mongo is up and running growthbook-poc docker ps -a | grep -v Exited CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 74b25405cce6 growthbook/growthbook:latest "yarn start" 5 minutes ago Up 5 minutes 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp, 0.0.0.0:3100->3100/tcp, :::3100->3100/tcp growthbook-poc-growthbook-1 2e9496103226 mongo:latest "docker-entrypoint.s…" 5 minutes ago Up 5 minutes 27017/tcp growthbook-poc-mongo-1
@fresh-football-47124 what could be the issue here ?
It would be great help if anyone knows this fix for this. @