Your shared dashboard shows a blank screen — here’s why, and the fix
Published · Updated
A shared dashboard usually goes blank because it needs a sign-in the viewer doesn’t have, or a script the share page blocks — not because you broke it. Copy the dashboard out of your chat tool and republish it as a link that just opens, on any device.
A blank page almost never means your dashboard is broken. Nine times out of ten the viewer hit a sign-in wall, opened it on a phone the share page doesn’t handle, or landed on a page whose scripts were blocked before anything could draw. The dashboard itself is fine — it just needs a home that opens the same way for everyone.
Why the page is blank
A blank screen looks alarming, but the causes are boringly common:
- A sign-in wall. The share page asks the viewer to log in, they close it, and all you both see is white.
- A phone that isn’t handled. Some share pages only really work on a desktop; on a phone they render nothing.
- Blocked scripts. A work network or an extension stops the page’s scripts before the dashboard can draw.
- A link that expired or was only ever valid inside the tool that made it.
Notice what’s not on that list: your dashboard being broken. In almost every case the file is fine — it just never got a fair chance to load.
The reliable route
Instead of debugging someone else’s share page, give the dashboard a home that opens for everyone the same way:
Copy the dashboard out of the tool you built it in — use its copy or download button.
Paste it into the box at the bottom of this page.
Send the link that comes back. It opens the same way for everyone, on any device.
Now there’s no login to fail, no script blocked before it starts, and it renders on the phone your boss will actually open it on.
If it still won’t show
If the dashboard was cut off when you copied it — chat tools sometimes hand it over in pieces — the page can render half-empty. Ask the tool for the complete file in one code block, copy it with the button, and paste again. If a dashboard depends on a live connection to the tool that made it, that connection won’t survive the move; the numbers will, once you connect your own spreadsheet.