Why is my features not evaluating? 1. My feature f...
# ask-questions
s
Why is my features not evaluating? 1. My feature flag with forced value on homolog 2. growthbook devtools panel
I noticed that after I separated a project for each connection the features stopped working
Any Ideas on what happened?
b
Hi Pedro I also separated my features into projects todat and they stopped working - I wasn't sure if that was the reason but sounds like we might have the same issue.
s
Hello Tom
I think i found what is happening
When you have different projects you must set a project to a feature
So... you cannot share features between projects
b
Thanks, interesting - I couldn't see how to connect features to projects?
s
In this pen next to the feature title
b
Ah thank you, just seen that too - it al makes sense now!!
🙏 1
s
You're welcome 🙂
The only problem with this approach is that you cannot create features with the same keys for different projects, so its not possible to separate the projects by environment
b
I've got SDKs and features for different projects which is useful, and then I think it works to re-use a few environments (prod and dev for example) so you can use a different SDK on a dev site and set set features to be dev only etc. - I think that may be a sensible way to do it?