broad-forest-25518
04/03/2023, 11:31 AMnull
. I've already tested changing the connection SDK, but it happens the same. How can I proceed in this case? Let me know if I can give further details. To give further information, I'm running the back-end on GCP, and I can't establish new SDK connections from there, but I can do them from my local environment. I'm receiving this in req.growthbook
object: _trackedFeatures: { 'blinded-users': 'null' },
fetch: require("cross-fetch"),
line in the setPolyfills
function to the import approach at the beginning of the file: import { fetch } from 'cross-fetch'
fresh-football-47124
broad-forest-25518
04/03/2023, 3:17 PMnull
in the feature flagsfresh-football-47124
broad-forest-25518
04/03/2023, 3:44 PMsetPolyfills
function, but also change the way to import fetch
from cross-fetch
package. But I was not getting a clear error message