dosubot[bot] commented on issue #30831: URL: https://github.com/apache/superset/issues/30831#issuecomment-2455162071
<!-- Answer --> The issue you're experiencing with Superset version 4.0.2 loading indefinitely when using the 'Select first filter value by default' option is a known problem. This occurs when filters with this option checked cannot be loaded, preventing the dashboard from rendering. A similar issue was discussed in a closed thread, where it was suggested to uncheck the 'Select first filter value by default' option as a workaround until the bug is patched <sup>[[1]](https://github.com/apache/superset/issues/20930)</sup>. The problem is related to the filters not being initialized properly, which causes the dashboard to wait indefinitely for them to load <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx)</sup>. Unfortunately, if you need this option for your project, you might need to wait for a patch or consider alternative ways to handle the filter initialization. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
