https://www.growthbook.io/ logo
a

alert-engineer-79348

07/24/2023, 2:24 PM
Hi, we just released our first feature about Growthbook-integration and faced and issues: Some our users have issue accessing https://cdn.growthbook.io/
Copy code
curl: (28) Failed to connect to <http://cdn.growthbook.io|cdn.growthbook.io> port 443 after 75029 ms: Operation timed out
for me it looks like some kind of ISP block or something Does someone faced this kind of problem? Can we create a proxy for https://cdn.growthbook.io/api/features/sdk-xxx endpoint at our side or a/b test will turn into a-test after this?
b

billions-xylophone-11752

07/24/2023, 2:27 PM
@alert-engineer-79348 What SDK are you using? And are you using the cloud or a self-hosted version?
a

alert-engineer-79348

07/24/2023, 2:27 PM
as our link is https://cdn.growthbook.io/api/features/sdk-xxx I feel like we are using cloud SDK
is it save to publish our real sdk path?
b

billions-xylophone-11752

07/24/2023, 2:28 PM
No need to send the real SDK path, I was just curious which SDK you were using? React, Java, etc?
a

alert-engineer-79348

07/24/2023, 2:28 PM
react and angular at least
👍 1
b

billions-xylophone-11752

07/24/2023, 2:29 PM
Let me sync with the team really quick.
❤️ 1
f

future-teacher-7046

07/24/2023, 2:43 PM
That does sound like a networking issue. We don't see anything on our end, so likely an issue with your users device or ISP. There are a few workarounds: 1. Run the GrowthBook Proxy on your infrastructure - https://docs.growthbook.io/self-host/proxy 2. Proxy requests yourself through your back-end (e.g. fetch from the CDN from Node.js and return the JSON to the front-end) 3. Store the feature definitions in your database and keep them up-to-date with webhooks - https://docs.growthbook.io/app/webhooks
a

alert-engineer-79348

07/24/2023, 2:49 PM
ok, than I will use second way and this answer means for me splitting is not depends on ip or user-agent thank you