public dashboard not working #34050
Replies: 3 comments 1 reply
-
A few things to check for public dashboards in Superset v5 with Docker Compose:
If you’ve done all this and it’s still not working, check the logs for permission or config loading errors when accessing the dashboard without login. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Did you get this working? I see it's closed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I install version 5 by docker compose. My superset_config file like following:
PUBLIC_ROLE_LIKE = "Gamma"
SQLALCHEMY_DATABASE_URI = "postgresql+psycopg2://superset:superset@superset_db:5432/superset"
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True,
"ALERT_REPORTS": True
}
then i give dashboard Public role in Dashboard properties
But I still can not see the dashboard when i not login in.
Beta Was this translation helpful? Give feedback.
All reactions