Can't enable feature toggles: "Feature Management is not configured for editing"

Hi everyone,

I’m using the latest Grafana version 10.4.0.
I enabled the “Feature Toggles” page and also allowed editing of feature toggles in grafana.ini with

[feature_toggles]
enable = featureToggleAdminPage

[feature_management]
allow_editing = true

These settings are confirmed at the Grafana Settings page: Home > Administration > General > Settings

I can see the “Feature Toggles” page at: Home > Administration > General > Feature Toggles
However, I cannot enable any feature. On top of the toggle, a tooltip appears: "Feature Management is not configured for editing" - although it clearly is in the settings.

any idea?
Thanks for your help

2 Likes

Same situation.

Following config ini allows to toggle features but still no GUI editting possible.

[feature_toggles]
featureToggleAdminPage = true
angularDeprecationUI = false
[feature_management]
allow_editing = true
read_only_toggles = false

Same problem here…