Overview
When a dashboard will not load, the cause usually falls into one of five categories: permissions, data source problems, browser issues, widget errors, or a temporary service outage. This guide walks through each category with specific checks and fixes.

Step 1: Check for Error Messages
When a dashboard fails to load, clariBI usually displays an error banner at the top of the page. Common messages include:
| Error Message | Meaning |
|---|---|
| "You do not have permission to view this dashboard" | Access issue |
| "Data source connection failed" | Backend data problem |
| "Dashboard not found" | Deleted or wrong URL |
| "One or more widgets failed to load" | Partial failure |
| Spinning loader with no content | Network or browser issue |
Start by reading the error message carefully -- it often points directly to the cause.
Step 2: Check Your Permissions
If you see a permission error:
- Confirm you are logged in to the correct account.
- Check your role in the workspace where the dashboard lives. Go to the workspace and click Members. You need at least Viewer access.
- Check your organization role. Users with the Viewer role can see dashboards but users who were recently downgraded may have cached permissions.
- Ask a workspace Admin or the dashboard creator to verify you have access.
See Workspace Roles: Owner, Admin, Member, Viewer Permissions for details.
Step 3: Check the Data Source
Many dashboard loading failures are caused by an underlying data source problem.
- Go to Data Sources in the left sidebar.
- Look for any data source with a red Error or yellow Warning badge.
- Click the affected data source to see the error details:
- Authentication expired -- Re-authenticate the connection. See the relevant integration guide.
- Connection timeout -- The database or API is not responding. Check that the external service is online.
- Sync failed -- The last data sync did not complete. Try clicking Sync Now.
If the data source is working but the dashboard still fails, the problem may be with a specific widget query. Move to Step 4.
Step 4: Check Individual Widgets
Dashboards are made up of widgets. If one widget fails, it may block the entire dashboard or show a partial failure.
- Open the dashboard in Edit Mode (click the pencil icon).
- Look for widgets with a red error icon or "Failed to load" message.
- Click the broken widget and select Edit.
- Check the query or data source configuration:
- Is the query referencing a table or column that was renamed or deleted?
- Is the data source for this widget still connected?
- Did the widget's date range filter expire (e.g., a hardcoded date in the past)?
- Fix the query and click Save Widget, then reload the dashboard.
Step 5: Try Browser Troubleshooting
If there is no error message and the dashboard just shows a loading spinner:
Clear Browser Cache
- Open your browser's settings.
- Go to Privacy or Clear Browsing Data.
- Clear cached files and cookies for claribi.com.
- Reload the page.
Try a Different Browser
Open the dashboard in a different browser (e.g., Firefox instead of Chrome). If it loads in another browser, the issue is browser-specific -- likely a cached state or extension conflict.
Disable Browser Extensions
Ad blockers and privacy extensions sometimes block API requests that dashboards need. Temporarily disable extensions and reload.
Check Your Network
- Are other websites loading normally?
- Are you on a VPN that might block requests to claribi.com?
- Is your network firewall blocking WebSocket connections? (Some dashboard features use WebSockets for real-time updates.)
Step 6: Check Service Status
If none of the above steps resolve the issue, there may be a temporary service outage.
- Check the clariBI status page at status.claribi.com for any active incidents.
- Try loading a different dashboard. If all dashboards fail, the issue is likely service-wide.
- Wait a few minutes and try again. Most service outages are resolved within minutes.
Still Not Working?
If you have gone through all six steps and the dashboard still will not load:
- Take a screenshot of the error.
- Note the dashboard URL and the time of the error.
- Open the browser developer console (F12 > Console tab) and copy any red error messages.
- Contact support at support@claribi.com with these details.