Diagnostics
Check Superset configuration and permissions for embedded dashboards.
Checks
9
Passed
3
Failed
6
Checklist
| Status | Check | Details |
|---|---|---|
| ✓ | Can fetch roles | 6 roles found |
| ✓ | Can fetch dashboards | 1 dashboards found |
| ✓ | "Public" role exists | ID: 2 |
| ✗ | Has embedded dashboards | None — enable embedding in dashboard settings |
| ✗ | can_read on Dashboard | Missing — add to Public role |
| ✗ | can_read on Chart | Missing — add to Public role |
| ✗ | can_read on Dataset | Missing — add to Public role |
| ✗ | can_read on CssTemplate | Missing — add to Public role |
| ✗ | can_read on EmbeddedDashboard | Missing — add to Public role |
Raw Data
roles
{
"count": 6,
"description_columns": {},
"ids": [
1,
2,
3,
4,
5,
6
],
"label_columns": {
"id": "Id",
"name": "Name"
},
"list_columns": [
"id",
"name"
],
"list_title": "List Role",
"order_columns": [
"id",
"name"
],
"result": [
{
"id": 1,
"name": "Admin"
},
{
"id": 2,
"name": "Public"
},
{
"id": 3,
"name": "Alpha"
},
{
"id": 4,
"name": "Gamma"
},
{
"id": 5,
"name": "sql_lab"
},
{
"id": 6,
"name": "Embedded_Guest"
}
]
}dashboards
{
"count": 1,
"description_columns": {},
"ids": [
5
],
"label_columns": {
"certification_details": "Certification Details",
"certified_by": "Certified By",
"changed_by.first_name": "Changed By First Name",
"changed_by.id": "Changed By Id",
"changed_by.last_name": "Changed By Last Name",
"changed_by_name": "Changed By Name",
"changed_on_delta_humanized": "Changed On Delta Humanized",
"changed_on_utc": "Changed On Utc",
"created_by.first_name": "Created By First Name",
"created_by.id": "Created By Id",
"created_by.last_name": "Created By Last Name",
"created_on_delta_humanized": "Created On Delta Humanized",
"dashboard_title": "Dashboard Title",
"id": "Id",
"is_managed_externally": "Is Managed Externally",
"owners.email": "Owners Email",
"owners.first_name": "Owners First Name",
"owners.id": "Owners Id",
"owners.last_name": "Owners Last Name",
"published": "Published",
"roles.id": "Roles Id",
"roles.name": "Roles Name",
"slug": "Slug",
"status": "Status",
"tags.id": "Tags Id",
"tags.name": "Tags Name",
"tags.type": "Tags Type",
"thumbnail_url": "Thumbnail Url",
"url": "Url",
"uuid": "Uuid"
},
"list_columns": [
"id",
"uuid",
"published",
"status",
"slug",
"url",
"thumbnail_url",
"certified_by",
"certification_details",
"changed_by.first_name",
"changed_by.last_name",
"changed_by.id",
"changed_by_name",
"changed_on_utc",
"changed_on_delta_humanized",
"created_on_delta_humanized",
"created_by.first_name",
"created_by.id",
"created_by.last_name",
"dashboard_title",
"owners.id",
"owners.first_name",
"owners.last_name",
"owners.email",
"roles.id",
"roles.name",
"is_managed_externally",
"uuid",
"tags.id",
"tags.name",
"tags.type"
],
"list_title": "List Dashboard",
"order_columns": [
"changed_by.first_name",
"changed_on_delta_humanized",
"created_by.first_name",
"dashboard_title",
"published",
"changed_on"
],
"result": [
{
"certification_details": "",
"certified_by": "",
"changed_by": null,
"changed_by_name": "",
"changed_on_delta_humanized": "a day ago",
"changed_on_utc": "2026-09-13T18:12:56.432442+0000",
"created_by": null,
"created_on_delta_humanized": "4 days ago",
"dashboard_title": "Sales Dashboard",
"id": 5,
"is_managed_externally": false,
"owners": [],
"published": true,
"roles": [
{
"id": 2,
"name": "Public"
}
],
"slug": null,
"status": "published",
"tags": [],
"thumbnail_url": null,
"url": "/superset/dashboard/5/",
"uuid": "04f79081-fb49-7bac-7f14-cc76cd2ad93b"
}
]
}permissions
{
"roleId": 2,
"roleName": "Public",
"permissions": [
{
"id": 3,
"permission_name": "can_read",
"view_menu_name": "CssTemplate"
},
{
"id": 7,
"permission_name": "can_read",
"view_menu_name": "Chart"
},
{
"id": 11,
"permission_name": "can_read",
"view_menu_name": "Dataset"
},
{
"id": 15,
"permission_name": "can_read",
"view_menu_name": "Dashboard"
},
{
"id": 99,
"permission_name": "can_read",
"view_menu_name": "CurrentUserRestApi"
},
{
"id": 103,
"permission_name": "can_read",
"view_menu_name": "DashboardPermalinkRestApi"
}
]
}embedded
{
"errors": [
{
"message": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.",
"error_type": "GENERIC_BACKEND_ERROR",
"level": "error",
"extra": {
"issue_codes": [
{
"code": 1011,
"message": "Issue 1011 - Superset encountered an unexpected error."
}
]
}
}
]
}