Hey all. What could I be doing wrong if I get an e...
# ask-questions
a
Hey all. What could I be doing wrong if I get an empty hash (no features) in
dev
environment despite I've created a feature and an experiment? The SDK connection is reported to be connected in the dashboard... Should I explicitly enable a feature to be "visible"?
1
OK, I got the problem. I've created a feature named
*_dev
- because of that it got locked to the
dev
environment and I was unable to add Rules for dev environment for it ("dev" tab is just missing in the Rules area). That's why this feature is not returned from the
FeatureRepository
query output. I've created another feature without such a suffix, added a Rule for it for
dev
env - it worked...
It was because this feature was assigned to a project.
dev
environment is not available for features in Projects. Strange.
Unfortunately, the Docs say nothing about such a behavior 🤨
image.png
image.png
Could it be a bug?
n
Can you check your environments page? My guess is that your dev environment is filtered down to certain projects only
thankyou 1
a
Thanks! That helped. Didn't know about that before.