This message was deleted.
# ask-questions
w
This message was deleted.
f
are you using the cdn url?
b
@fresh-football-47124 This is the command I'm using to run it on mac
Copy code
docker run --platform linux/amd64 -d -p 3300:3300 \
  -e "GROWTHBOOK_API_HOST=<https://cdn.growthbook.io>" \
  -e "SECRET_API_KEY=my-secret-value" \
  --name gbproxy growthbook/proxy
f
okay
@happy-autumn-40938 do you have any ideas?
what node version are you running?
h
Are you running this locally or deployed
b
I'm running it locally on apple M1 Node version is 18.18.2
h
Ah. It won’t work then. Growthbook Cloud needs to send info to the proxy via webhooks. You configure that in your SDK Connection. But GB can’t post to a local proxy on your dev box
Some have worked around this using ngrok
But it’s usually easier to deploy your proxy
b
Thank you @happy-autumn-40938 . This makes sense, in-memory cache busting must be done via this webhook. I'll move my growthbook proxy setup to server. Extended question - Is there a way to evaluate Remote Execution feature as a non-premium user? PS: We are in POC phase
h
you'd probably want to sign up for a free pro trial for Remove Evaluation. You can do this through the Growthbook app. Nothing additional needed on the proxy setup for enrolling in the trial
👍 1
170 Views