singh-ab opened a new issue #12867: URL: https://github.com/apache/superset/issues/12867
One of the features highlighted in the latest release is to have a concise view of all the favourite dashboards on the home screen . This is accomplished by the dashboard thumbnails , but that doesn't seem to work . ### Expected results A home screen with dashboard thumbnails like this : https://github.com/apache/superset/tree/master/RELEASING/release-notes-1-0#user-experience ### Actual results  I have tried setting up the following flags , but that too doesn't help . ``` THUMBNAILS = True THUMBNAIL_SELENIUM_USER = "admin" THUMBNAIL_CACHE_CONFIG: CacheConfig = { "CACHE_TYPE": "null", "CACHE_NO_NULL_WARNING": True, } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
