-
What Grafana version and what operating system are you using?
12.4 in Docker on Linux
-
What happened?
Upgraded Grafana from 12.3 to 12.4 and I’m now getting a warning:
The Dynamic Dashboard feature is temporarily disabled
Any dashboard created as or converted to a Dynamic Dashboard will open as a classic dashboard. Saving the dashboard could lead to losing already set up Dynamic Dashboard features.
I have never changed any settings relating to the dynamic dashboard, so I have no idea why one of my dashboards is showing this. An older one does not.
How do I make this warning go away?
1 Like
Convert Dashboard Back to Classic
If you don’t need dynamic features:
Open dashboard
Go to
→ JSON Model
Remove dynamic-related fields (like layout/dynamic blocks)
Save
Warning disappears permanently.
or
Downgrade to 12.3
or
try this
enable feature toggle…
or
if you find dynamic related field in json please enable and check …
ie.
“dynamic”: true
1 Like
Thank you. But these are workarounds, right? There is still an issue with Grafana.
Just exported a regular dashboard with no dynamic features as V2 resource from one 12.4.0 instance and tried to import the same dashboard into another 12.4.0 instance and I am getting this error.
The feature toggle does not help. There are no dynamic features in it.
Exporting as Classic or V1 resource and importing does not help either as library panels are breaking during this process with 12.4.0
Found a solution. What @infofcc3 posted was not helpful.
Instead set this feature toggle in your grafana.ini:
[feature_toggles]
dashboardNewLayouts=true