GitHub user dosubot[bot] added a comment to the discussion: Regarding the
issues related to the homepage in Superset version 5.0.0
<!-- Answer -->
For blank dashboard thumbnails, make sure you have these feature flags enabled
in your superset_config.py:
```python
FEATURE_FLAGS = {
"THUMBNAILS": True,
"THUMBNAILS_SQLA_LISTENERS": True,
"PLAYWRIGHT_REPORTS_AND_THUMBNAILS": True,
}
```
You also need to have Celery workers running and a cache backend (like Redis)
configured and available. If these are missing or not running, thumbnails will
stay blank. If your dashboards only have markdown (no charts), thumbnail
generation can fail due to Playwright timeouts—this is a known issue. You can
try adjusting screenshot-related config flags (like SCREENSHOT_TILED_ENABLED
and thresholds), but they only take effect if PLAYWRIGHT_REPORTS_AND_THUMBNAILS
is enabled. Check your worker logs for errors if thumbnails still don’t appear.
[Reference](https://github.com/apache/superset/issues/33132) | [Config
details](https://github.com/apache/superset/blob/master/superset/config.py) |
[Celery/cache
requirement](https://github.com/apache/superset/blob/master/superset/models/dashboard.py)
Superset does not support per-user homepage dashboard redirects out of the box.
There is a DASHBOARD_TEMPLATE_ID config that copies a template dashboard to new
users and sets it as their welcome dashboard, but this only applies to new
users and not as a redirect for existing users.
[Reference](https://github.com/apache/superset/blob/master/superset/models/dashboard.py)
<!-- Dosu Comment Footer -->
*To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*
---
<sup>How did I do?
[Good](https://app.dosu.dev/response-feedback/0a5c185b-4ead-418c-b4bf-a05d8960183a?feedback_type=great_response)
|
[Irrelevant](https://app.dosu.dev/response-feedback/0a5c185b-4ead-418c-b4bf-a05d8960183a?feedback_type=irrelevant_answer)
|
[Incorrect](https://app.dosu.dev/response-feedback/0a5c185b-4ead-418c-b4bf-a05d8960183a?feedback_type=incorrect_sources)
|
[Verbose](https://app.dosu.dev/response-feedback/0a5c185b-4ead-418c-b4bf-a05d8960183a?feedback_type=too_verbose)
|
[Hallucination](https://app.dosu.dev/response-feedback/0a5c185b-4ead-418c-b4bf-a05d8960183a?feedback_type=hallucination)
| [Report
🐛](https://app.dosu.dev/response-feedback/0a5c185b-4ead-418c-b4bf-a05d8960183a?feedback_type=bug_report)
|
[Other](https://app.dosu.dev/response-feedback/0a5c185b-4ead-418c-b4bf-a05d8960183a?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)&
nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/36221)
GitHub link:
https://github.com/apache/superset/discussions/36221#discussioncomment-15035938
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]