How Can I disable GB Proxy?
I enabled it once, and now in UI it shows proxy.
s
strong-mouse-55694
01/06/2025, 2:52 PM
In your SDK Connection, click Edit. Then, you should see a toggle near the bottom to enable/disable the proxy.
h
happy-autumn-40938
01/06/2025, 5:18 PM
Also if you used back-end env vars to set up the proxy, simply remove or comment them out
g
green-fall-98011
01/09/2025, 6:44 AM
@strong-mouse-55694 There is no option. (I believe as it does not make sense to enable it for backend)
I commented it from code, but it's still visible in UI 😞
h
happy-autumn-40938
01/10/2025, 6:35 AM
Assuming you're self-hosted, you'll want to check your GrowthBook app's environment variables, specifically the api server (aka back-end). In the environment variables, check to see whether something like this exists:
PROXY_ENABLED=1
If so, simply remove it.
For self-hosted, the proxy either applies to all connections or none.