Hi, I’m currently trying to get growthbook setup for my web site, and when it makes the call to the api on load, the return payload is just this:
Copy code
dateUpdated
:
"2024-04-13T12:32:54.737Z"
experiments
:
[]
features
:
{}
status
:
200
The only experiment that I have setup doesn’t seem to be coming in. Is there something obvious as to why this would not be pulling in? I believe everything is setup correctly in my account.
f
fresh-football-47124
05/01/2024, 4:57 PM
this can happen if your SDK is set to the wrong environment, or wrong project - or if you haven't created any features yet
b
bitter-alarm-66803
05/01/2024, 5:47 PM
@fresh-football-47124 Thanks! I didn’t have the feature in the project. Fixing that it all is working correctly now.