<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Dashboard loading error in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/dashboard-loading-error/m-p/3576821#M7508</link>
    <description>&lt;P&gt;I created a dashboard, but when I try to open it, the entire ServiceNow system freezes, preventing me from even clicking the "Edit" option for the dashboard. I have to close the browser tab to use the platform.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Note: I created this dashboard in my PDI.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Has anyone else encountered this situation?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2026 13:52:25 GMT</pubDate>
    <dc:creator>samuelgomes</dc:creator>
    <dc:date>2026-07-21T13:52:25Z</dc:date>
    <item>
      <title>Dashboard loading error</title>
      <link>https://www.servicenow.com/community/community-central-forum/dashboard-loading-error/m-p/3576821#M7508</link>
      <description>&lt;P&gt;I created a dashboard, but when I try to open it, the entire ServiceNow system freezes, preventing me from even clicking the "Edit" option for the dashboard. I have to close the browser tab to use the platform.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Note: I created this dashboard in my PDI.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Has anyone else encountered this situation?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 13:52:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/dashboard-loading-error/m-p/3576821#M7508</guid>
      <dc:creator>samuelgomes</dc:creator>
      <dc:date>2026-07-21T13:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard loading error</title>
      <link>https://www.servicenow.com/community/community-central-forum/dashboard-loading-error/m-p/3576911#M7510</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1132230"&gt;@samuelgomes&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This behavior is usually caused by a widget or report on the dashboard that is generating a very heavy query, an infinite refresh loop, or a client-side script error. Since the dashboard loads automatically, the browser becomes unresponsive before you can click Edit.&lt;/P&gt;
&lt;P&gt;Here are the steps to troubleshoot:&lt;/P&gt;
&lt;H3 class="PDq2pG_selectionAnchorContainer" data-end="373" data-start="310" data-section-id="cp2uq9"&gt;1. Open the dashboard without loading widgets (recommended)&lt;/H3&gt;
&lt;P data-end="549" data-start="374"&gt;Try opening the dashboard in a different browser or an Incognito/Private window. If the issue is caused by cached client-side data, this may allow you to access the dashboard.&lt;/P&gt;
&lt;H3 class="PDq2pG_selectionAnchorContainer" data-end="604" data-start="551" data-section-id="b7zm2e"&gt;2. Remove the problematic widget from the backend&lt;/H3&gt;
&lt;P data-end="636" data-start="605"&gt;If you know the dashboard name:&lt;/P&gt;
&lt;UL data-end="916" data-start="638"&gt;
&lt;LI data-end="711" data-start="638" data-section-id="1kc0q6z"&gt;Navigate to &lt;STRONG data-end="684" data-start="652"&gt;Dashboards (&lt;CODE data-end="681" data-start="666"&gt;pa_dashboards&lt;/CODE&gt;)&lt;/STRONG&gt; and locate your dashboard.&lt;/LI&gt;
&lt;LI data-end="750" data-start="712" data-section-id="1himvms"&gt;Open the related &lt;STRONG data-end="749" data-start="731"&gt;Dashboard Tabs&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI data-end="844" data-start="751" data-section-id="1wjawnh"&gt;Open the &lt;STRONG data-end="817" data-start="762"&gt;Dashboard Widgets (&lt;CODE data-end="814" data-start="783"&gt;pa_m2m_dashboard_tabs_widgets&lt;/CODE&gt;)&lt;/STRONG&gt; or related widget records.&lt;/LI&gt;
&lt;LI data-end="916" data-start="845" data-section-id="g7d8bk"&gt;Remove the recently added widget(s) without opening the dashboard UI.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-end="1052" data-start="918"&gt;You can also search directly for the dashboard record from the Application Navigator instead of opening it through the Dashboard page.&lt;/P&gt;
&lt;H3 data-end="1081" data-start="1054" data-section-id="oyxm6o"&gt;3. Disable auto-refresh&lt;/H3&gt;
&lt;P data-end="1236" data-start="1082"&gt;If one of the reports has a very short refresh interval, it can continuously execute queries and freeze the page. Remove or increase the refresh interval.&lt;/P&gt;
&lt;H3 data-end="1274" data-start="1238" data-section-id="1p1eazv"&gt;4. Check browser Developer Tools&lt;/H3&gt;
&lt;P data-end="1340" data-start="1275"&gt;Open &lt;STRONG data-end="1297" data-start="1280"&gt;F12 → Console&lt;/STRONG&gt; before loading the dashboard and look for:&lt;/P&gt;
&lt;UL data-end="1436" data-start="1341"&gt;
&lt;LI data-end="1360" data-start="1341" data-section-id="9owlio"&gt;JavaScript errors&lt;/LI&gt;
&lt;LI data-end="1399" data-start="1361" data-section-id="1x06t9a"&gt;Network requests that never complete&lt;/LI&gt;
&lt;LI data-end="1436" data-start="1400" data-section-id="zerjkf"&gt;Requests returning HTTP 500 or 429&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-end="1483" data-start="1438"&gt;This often identifies the problematic widget.&lt;/P&gt;
&lt;H3 data-end="1510" data-start="1485" data-section-id="l80ctf"&gt;5. Review the reports&lt;/H3&gt;
&lt;P data-end="1545" data-start="1511"&gt;If the dashboard contains reports:&lt;/P&gt;
&lt;UL data-end="1739" data-start="1546"&gt;
&lt;LI data-end="1598" data-start="1546" data-section-id="1vix6qv"&gt;Check for reports with no filters on large tables.&lt;/LI&gt;
&lt;LI data-end="1658" data-start="1599" data-section-id="910ibi"&gt;Look for dot-walked conditions or complex database views.&lt;/LI&gt;
&lt;LI data-end="1739" data-start="1659" data-section-id="1ls56nc"&gt;Verify there are no scripts in interactive filters causing repeated execution.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-end="1769" data-start="1741" data-section-id="1t0nc8j"&gt;6. Check the system logs&lt;/H3&gt;
&lt;P data-end="1782" data-start="1770"&gt;Navigate to:&lt;/P&gt;
&lt;UL data-end="1842" data-start="1783"&gt;
&lt;LI data-end="1809" data-start="1783" data-section-id="ruwkv7"&gt;&lt;STRONG data-end="1809" data-start="1785"&gt;System Logs → Errors&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI data-end="1842" data-start="1810" data-section-id="1r4y5jz"&gt;&lt;STRONG data-end="1842" data-start="1812"&gt;System Logs → Transactions&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-end="1931" data-start="1844"&gt;Look for long-running transactions or exceptions that occur when opening the dashboard.&lt;/P&gt;
&lt;H3 data-end="1964" data-start="1933" data-section-id="qlu6zs"&gt;7. Use another user/account&lt;/H3&gt;
&lt;P data-end="2120" data-start="1965"&gt;If possible, impersonate another user (or use a different admin account in your PDI) to determine whether the issue is user-specific or dashboard-specific.&lt;/P&gt;
&lt;H3 data-end="2150" data-start="2122" data-section-id="5tub0b"&gt;8. Recover via list view&lt;/H3&gt;
&lt;P data-end="2184" data-start="2151"&gt;Instead of opening the dashboard:&lt;/P&gt;
&lt;UL data-end="2334" data-start="2185"&gt;
&lt;LI data-end="2255" data-start="2185" data-section-id="1r03m8l"&gt;Navigate directly to the &lt;STRONG data-end="2225" data-start="2212"&gt;Dashboard&lt;/STRONG&gt; table (&lt;CODE data-end="2253" data-start="2233"&gt;pa_dashboards.list&lt;/CODE&gt;).&lt;/LI&gt;
&lt;LI data-end="2286" data-start="2256" data-section-id="enqmg6"&gt;Locate the dashboard record.&lt;/LI&gt;
&lt;LI data-end="2334" data-start="2287" data-section-id="14xt3b4"&gt;Delete it or remove its widgets if necessary.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 data-end="2385" data-start="2336" data-section-id="ae2n64"&gt;If this is a Personal Developer Instance (PDI)&lt;/H2&gt;
&lt;P data-end="2588" data-start="2387"&gt;Since it's your PDI, if the dashboard isn't important, the quickest solution is to delete the dashboard record (or its widget records) directly from the backend rather than trying to open it in the UI.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If my response helped, please hit the &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;Thumb Icon and accept the solution so that it benefits future readers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Pratik&lt;/P&gt;
&lt;P data-end="549" data-start="374"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 15:49:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/dashboard-loading-error/m-p/3576911#M7510</guid>
      <dc:creator>pratikjagtap</dc:creator>
      <dc:date>2026-07-21T15:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard loading error</title>
      <link>https://www.servicenow.com/community/community-central-forum/dashboard-loading-error/m-p/3576975#M7511</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/852201"&gt;@pratikjagtap&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Since I am testing in my PDI, the only solution was to delete and recreate the dashboard, adding the data visualizations I had created.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It worked, and I am now able to view the dashboard again.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for the explanations and help.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 18:08:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/dashboard-loading-error/m-p/3576975#M7511</guid>
      <dc:creator>samuelgomes</dc:creator>
      <dc:date>2026-07-21T18:08:57Z</dc:date>
    </item>
  </channel>
</rss>

