Hi folks. Once again I have reached the limit on ...
# gooddata-cn
r
Hi folks. Once again I have reached the limit on a dashboard, but this time it’s a critical one. After having added a few more metrics to a dashboard I was unable to save it. In the network I verified the following error:
Copy code
{
  "detail": "The value of the 'content' property too long. Max allowed size: 30000 characters.",
  "status": 400,
  "title": "Bad Request",
  "traceId": "a341d165ac87f15b"
}
for my `/api/v1/entities/workspaces/[WS_ID]/analyticalDashboards/[Dashboard_ID]``
PUT
request. I have indeed verified the JSON string for the
content
property reaches more than 30000 characters. This limitation is not explicitly mentioned on the execution limits. Is it possible to circumvent it in any way?
m
Hi Rafael, this limit can be found in this page GoodData Cloud Limits – GoodData Support where it’s described as “Dashboard
content
definition”. Note that you will need to sign in to be able to see the content, but I am attaching a screenshot for your convenience. I recommend optimizing the dashboard so the limit is not breached.
r
We have the self-hosted version, I don’t think that applies to us
m
Screenshot 2023-05-29 at 15.42.57.png
r
Thanks!