#support

Resolving Signoz Dashboard Blank Screen Issue

TLDR Sumanth faced a blank screen error on Signoz after adding a new panel to dashboard. Prashant suggested retrieving the dashboard JSON to examine for errors and provided a potential workaround. Issue remains unresolved.

Powered by Struct AI
Jul 17, 2023 (4 months ago)
Sumanth
Photo of md5-07768ef83001945fa11999d47869ac32
Sumanth
07:26 AM
Hi need help
I just added a panel to a dashboard of mine on signoz, i think some error has happened because getting a full white screen. The following is a screenshot of the screen and the console log errors. How do i fix this? If someone could direct me on how to find code for the panels added to a dashboard, i could delete the panel i recently added and bring back this dashboard.

Please direct me on how to find and delete panels of a dashboard through non gui means.
Image 1 for Hi need help
I just added a panel to a dashboard of mine on signoz, i think some error has happened because getting a full white screen. The following is a screenshot of the screen and the console log errors. How do i fix this? If someone could direct me on how to find code for the panels added to a dashboard, i could delete the panel i recently added and bring back this dashboard.

Please direct me on how to find and delete panels of a dashboard through non gui means.
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
08:03 AM
Hi Sumanth, would it be possible to share the dashboard JSON?
so that we can evaluate what is not right with it.

cc Srikanth Palash
Sumanth
Photo of md5-07768ef83001945fa11999d47869ac32
Sumanth
08:17 AM
Prashant
How do i get the dashboard json? im unable to open the dashboard, thats when the screen goes white
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
08:17 AM
From the network tab
Sumanth
Photo of md5-07768ef83001945fa11999d47869ac32
Sumanth
08:19 AM
08:22
Sumanth
08:22 AM
"title": "429 Retry status codes hourly interval - Copy"

this is the panel i added last that caused the issue
08:38
Sumanth
08:38 AM
Prashant any guess on how to fix this?
11:11
Sumanth
11:11 AM
Prashant hey sorry but this is a bit urgent now, need to access the dashboard and its still problematic
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
03:18 PM
not sure, how the invalid JSON got updated. Could be some edge case scenario from FE.

cc Palash Gupta
03:22
Prashant
03:22 PM
Meanwhile, you could save the payload in a file, and remove the newly added query section (whole {...} section) from the JSON.
Followed by following PUT call:


curl '' \
  -X 'PUT' \
  -H 'Authorization: Bearer BEARER-TOKEN-HERE' \
  -H 'Content-Type: application/json' \
  --data-binary @'./mydashboard.json'

Replace BEARER-TOKEN-HERE with bearer token from any authenticated API calls in network tab.
Jul 18, 2023 (4 months ago)
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
04:15 AM
Sumanth can we hop on a call to resolve this issue? That would be easier. I am available anytime other than 11:00:11:30 and 12:30:1:30pm.
Sumanth
Photo of md5-07768ef83001945fa11999d47869ac32
Sumanth
07:05 AM
tried the above put api call, keep facing the error message
{"status":"error","data":"Error reading request body","errorType":"bad_data","error":"title not found in post data"}%                                                          

i tried modifying the original payload by removing the unwanted dashboards and also removing "success" field and removing "data" key and opening up the object, still facing same error message

SigNoz Community

Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI

Indexed 1023 threads (61% resolved)

Join Our Community

Similar Threads

Extracting Custom Fields as Attributes from Log in SigNoz

Harald wants to have custom fields from their body parsed as attributes in the SigNoz logger. They have tried implementing suggestions from nitya-signoz and Prashant, but the issue remains unsolved due to a potential race condition encountered while executing the code. They have provided a full example using Kind for further assistance.

4

209
5mo

Dashboard Load Issues and Possible Solutions

Al experiences dashboard loading issues since updating to `0.18.1`. Srikanth believes the issue is not version related and suggests examining queries, memory resources, and server distribution for improvements.

1

15
7mo

Issues with Signoz 10.2: Grouping, Missing Traces, and Capturing Requests

Anil reported issues with Signoz 10.2, including grouping, missing traces, and capturing requests. Srikanth suggested upgrading to a newer version. The issue was resolved after upgrading the node version to 18 and additional clarifications were provided.

31
7mo
Solved

Displaying MongoDB Atlas Metrics on Signoz Dashboard

Div is unable to display MongoDB Atlas query time data on Signoz Dashboard. Ankit and vishal-signoz suggest checking compatible versions and using different packages, but the issue remains unresolved.

4

21
9mo

Issues with SigNoz Setup and Data Persistence in AKS

Vaibhavi experienced issues setting up SigNoz in AKS, and faced data persistence issues after installation. Srikanth provided guidance on ClickHouse version compatibility and resource requirements, helping Vaibhavi troubleshoot and resolve the issue.

59
8mo
Solved