Hi team, I’m trying to figure out how to setup “gr...
# ask-questions
g
Hi team, I’m trying to figure out how to setup “growthbook” on my ec2 server. I’ve changed API_HOST, APP_ORIGIN (on docker-compose.yml) with my private ip and then private_ip:3000 can be accessed with UI. However, the error occurs like attached image. IP is my private vpc ip and 3100 port can be accessed like second image. Anyone who meets this kind of error?
f
hi Jimmy
can you check the developer console? Are requests being returned at all?
🙌 1
g
developer console shows these messages!
oh, I fixed it. I’ve changed
MONGODB_URL
to ip:port format. When i changed it by default “MONGODB_URI=mongodb://root:password@mongo:27017/”, it works!
f
ok, cool
glad you got it working. let me know if I can help with anything else
🙌 1
g
thanks graham!