-
Notifications
You must be signed in to change notification settings - Fork 65
Unable to get feature flag using variation method #154
Comments
Hi @VarshaKamble159 , I see that you've already closed your issue. As a result I assume that you've identified and resolved your problem. While I'm here, I want to point you to our SDK documentation which has information about how to use the This particular issue is actually a support request and not a SDK bug report. Don't hesitate to reach out to [email protected] for additional help adopting the Node Server SDK in your application. Cheers, |
For the record, briefly, the two problems I see in this code are 1. you don't have a valid user object (users should have at least a key) and 2. |
Hi @eli-darkly and @bwoskow-ld , Thank you so much guys for your replies. Yes, i identified the issue in my code and was able to solve it. Will surely reach out to you guys in case of any further help. Thanks, |
add TS decl for new Redis parameter
Hi,
I am trying to integrate node-server-sdk in my application. I am able to initialize Launch darkly with sdk-key. Also i am getting available flags using allFlagsState .
When i am trying to check flag availability using variation method, i am always getting false as response, where this flag is available in allFlags.
Following is the code for the same.
Please suggest for the same.
installed npm LaunchDarkly version :
"launchdarkly-node-server-sdk": "5.8.2"
NOTE: I am able to get feature flag in JAVA launchdarkly sdk with same sdk-key.
The text was updated successfully, but these errors were encountered: