I am currently testing out the new Dashboard compo...
# gooddata-ui
j
I am currently testing out the new Dashboard component in 8.7.0 and have run across this particular error with some of my filters not being rendered. The first picture attached is one of my dashboards rendered with the Dashboard component
Copy code
<Dashboard dashboard={idRef(tigerDashboard)}  />
I am getting the following error
Copy code
detail: "POST operation not allowed on path '/api/actions/workspaces/<workspaceID>/execution/collectLabelElements'."
status: 405
traceId: "3b430b52603a0ac8"
The second picture is what my dashboard looks like in the dashboard designer on GDCN, not sure if this is an issue on my end or something else.
j
Hello Justin, I just tested and same thing happened to me with GoodData.CN version 1.4.0. Once I upgraded to the latest 1.5.0, this "bug" disappeared. Can you try updating to 1.5.0?
d
8.7.0 indeed doesn't work with GoodData.CN pre 1.5. You can see the full compatibility matrix at the bottome of this page: https://sdk.gooddata.com/gooddata-ui/docs/supported_versions.html
j
@Jiri Zajic @David Kubecka yes upgrading to 1.5.0 resolved these issues thank you