Open antoniogonca95 opened 10 months ago
after some investigation, it seems like the problem resides in what the api returns:
for this flag, it returns rollout.variations
with a length of 1, but when it tries to create the transformed object here, it accesses a range that doesn't exist, as the variation value is set to 1
we have archived these flags as they aren't used anymore, so the problem was "solved", but perhaps it could still be helpful to investigate this
HI @antoniogonca95. Could you tell me more about the problematic flags you archived. Was it a boolean flag? How many variations did it have? Also in the rollout percentage was one one variation set to 100%? I tried all of these things on my end and was unable to reproduce it so far.
hey, if I remember correctly it was a string feature flag, with three variations, with the rollout percentage set to 100% in one of them
Hey,
When trying to import a
launchdarkly_feature_flag_environment
, I get the following error This error is happening on multiple flags, although I have imported a lot of them without any errors Any idea what could be causing this?