This message was deleted.
# ask-questions
w
This message was deleted.
n
i also set the polyFills like this during
getGrowthbookSSRData
, not sure if it’s relevant:
Copy code
setPolyfills({
    fetch: globalThis.fetch,
    EventSource: globalThis.EventSource,
    SubtleCrypto: globalThis.crypto?.subtle
  })
s
It probably depends on where you are loading the SDK. There should be ways around preventing it from reaching the client. One way I can think of is to use a Next.js route handler
134 Views