You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the basic tutorial, it says to enable to the feature flag toggle, but there is no option to do so in the latest version of flipt (for boolean). I'm seeing that the feature flag value in the API response for chat-enabled is always returning false, so no chat widget is displaying, unlike what is being expressed in the tutorial.
I was able to get through the rest of the basic tutorial by updating the version of flipt in the docker-compose.yml from flipt/flipt:latest to flipt/flipt:v1.46.3 - which is the latest version (prior to current version 1.54.0) to support boolean toggles.
I think we just need to update the instructions to tell the user to set the default value to true in the Flipt UI instead of using the toggle for boolean flags (this has the same result as what the toggle used to do in previous versions).
In the basic tutorial, it says to enable to the feature flag toggle, but there is no option to do so in the latest version of flipt (for boolean). I'm seeing that the feature flag value in the API response for
chat-enabled
is always returningfalse
, so no chat widget is displaying, unlike what is being expressed in the tutorial.Not sure if flipt-io/flipt#3618 would solve this problem. Any thoughts?
Originally asked in discord: https://discord.com/channels/960634591000014878/1325324065803735171
The text was updated successfully, but these errors were encountered: