Hi Team, I’ve got a dashboard using the React SDK,...
# gooddata-cloud
c
Hi Team, I’ve got a dashboard using the React SDK, and I’m seeing the issue shown in the screenshot below. We haven’t defined or added this in the React code. Do you know what might be causing it and how we can fix it? This link is: Summary - GoodData Cloud
k
Thinking completed The provided knowledge sources do not explicitly mention an indicator displaying
"2835 width | 1453 height | Print: false"
. Based on what is shown: 1. Dashboard Header / Custom Plugins: This debug-style string indicates responsive screen dimension and print status measurements (often used for debugging responsive breakpoints or export/print rendering). If this was not added directly in your React embedding code, check whether: ◦ A Dashboard Plugin has been uploaded and linked to this specific dashboard or tab [dashboard.ts]. Plugins execute within the dashboard runtime and can render additional elements or overlays. ◦ An application-level development toolbar, responsive overlay helper, or browser extension is active in your environment. 1. Native Web UI vs. Embedded: Open the dashboard directly in the GoodData Cloud web UI using the URL you provided. If the debug header appears there as well, it is tied to an object in the dashboard definition (such as a dashboard plugin or rich text widget). If it only appears in your custom application, it is coming from your React wrapper, an imported debugging component, or an environment setting. To help the Support team investigate further, please add the following details to this thread: • Does this text appear when opening the dashboard directly in the GoodData Cloud web UI, or only inside your embedded React application? • The versions of all
@gooddata/sdk-*
packages you are currently using in
package.json
. • Whether any Dashboard Plugins are attached to this workspace or dashboard. Support Options Community support (Startup & Professional) You are already in the right place: the GoodData Support team monitors this Slack community and a team member will step into the conversation when human review is needed. Please keep the discussion and post the requested details in this thread. You can also visit the Community Forums. 24/7 Support (Enterprise plans) If your account tier includes 24/7 Support or this is a Severity 1 (L1) critical issue, these direct options are available in addition to this thread: • Submit a ticket • Email: support@gooddata.com • Phone: +1 (415) 200-0194 👍 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.
j
Hi Cathy, This looks specific to your embedded app rather than something in the dashboard definition itself. A couple of things that would help narrow it down: 1. Could you right-click the debug text in your embedded app and choose "Inspect" in DevTools, then share a screenshot of the surrounding HTML/element (any class names or wrapper components would be great)? 2. The versions of all
@gooddata/sdk-*
packages from your
package.json
. That'll help us confirm whether it's coming from your app code, an injected script, or something else in the mix. Thanks for your patience!
c
Thanks Joseph, it has been fixed