Mark Dilson
03/10/2026, 9:24 PMkapa.ai
03/10/2026, 9:24 PMpeerDependencies in package.json — they should use a caret range (e.g., ^11.0.0) rather than a pinned version, so the plugin is compatible with newer engine versions. [Community Slack]
3. Update the plugin entry files (src/dp_gauge_chart_plugin_entry/index) — specifically the minEngineVersion and maxEngineVersion properties, or set the compatibility field appropriately. [Community Slack] Regarding Support If the contact form hasn't gotten a response and the issues are urgent, I'd recommend submitting a formal support ticket at support.gooddata.com. For high-impact issues, make sure to include:
• Organization ID
• Clear description of the impact
• When the issue started
• Error messages, trace IDs, and screenshots
• Any recent changes before the issue occurred
This ensures the Support team can expedite troubleshooting. 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Shamil Akhmadyshev
03/10/2026, 9:45 PMMark MacIntyre
03/12/2026, 7:10 PMDashboard loader initialized in adaptive mode to load 0a03ba10-5aef-49d0-8d5c-8c6b84f94e1d.
2013.e194cf329014c23c824c.js:2 Dynamic Script Loaded: <https://lqvision-gooddata-static.s3.us-east-1.amazonaws.com/plugins/staging/gauge_chart_plugin/v1.0.3/dp_gauge_chart_plugin.mjs>
3492.41d6c1962d772615d1a5.js:2 DashboardEngine 11.25.0-alpha.7 initializing with plugins: gauge_chart_plugin/1.0.3, Local Event Bridge/1.0
3492.41d6c1962d772615d1a5.js:2 gauge_chart_plugin/1.0.3: Starting registration. []
3492.41d6c1962d772615d1a5.js:2 gauge_chart_plugin/1.0.3: Registration finished. []
3492.41d6c1962d772615d1a5.js:2 Local Event Bridge/1.0: Starting registration. []
3492.41d6c1962d772615d1a5.js:2 Local Event Bridge/1.0: Registration finished. []
2013.e194cf329014c23c824c.js:2 Loaded dashboard engine 11.25.0-alpha.7
2013.e194cf329014c23c824c.js:2 Dashboard engine 11.25.0-alpha.7 initialized with plugins gauge_chart_plugin/1.0.3, Local Event Bridge/1.0
152.f2f351a08de7134983fa.js:2 unhandled rejection Invariant Violation: Provided data must be IDashboardLayout.
at new n (816.3364c4f2ac5b0c6b1a29.js:2:12610)
at c (816.3364c4f2ac5b0c6b1a29.js:2:12827)
at h.for (2854.9f857a0f459cc3f95ca1.js:2:5901)
at pm (152.f2f351a08de7134983fa.js:2:217153)
at hm (152.f2f351a08de7134983fa.js:2:217411)
at gm (152.f2f351a08de7134983fa.js:2:218112)
....
(anonymous) @ 3576.f7ab764d5c757842d515.js:2
L @ 3576.f7ab764d5c757842d515.js:2Understand this error
dashboards/#/workspace/109369fb7b1f4bbf89bef680b660ab95/dashboard/0a03ba10-5aef-49d0-8d5c-8c6b84f94e1d:1 Access to resource at '<https://collector.iad1.prodgdc.com/v1/logs>' from origin '<https://vision.lqdigital.com>' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'.Understand this error
1867.ea0bf3af313e8561c5d3.js:2 POST <https://collector.iad1.prodgdc.com/v1/logs> net::ERR_FAILEDShamil Akhmadyshev
03/12/2026, 8:01 PM[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [],
"MaxAgeSeconds": 3000
}
]
Please try these steps and let us know if you need further assistance.Shamil Akhmadyshev
03/19/2026, 7:52 PMMark MacIntyre
03/23/2026, 2:00 PMShamil Akhmadyshev
03/23/2026, 2:24 PM