dosubot[bot] commented on issue #30630: URL: https://github.com/apache/superset/issues/30630#issuecomment-2417541446
<!-- Greeting --> Hey there, @apoteet! I'm here to help you with your Superset issue. I can assist with bug fixes, answer questions, and guide you to become a contributor. Let's tackle this together! <!-- Answer --> I found some similar discussions that might be relevant to your issue: 1. [Embedded dashboard charts "Applied Filter" not visible](https://github.com/apache/superset/discussions/30375) - This discussion addresses issues with embedded dashboard charts and filter visibility <sup>[[1]](https://github.com/apache/superset/discussions/30375)</sup>. 2. [Filter bar visibility setting on embedded dashboard](https://github.com/apache/superset/discussions/29955) - This thread discusses problems related to the visibility settings of the filter bar in embedded dashboards <sup>[[2]](https://github.com/apache/superset/discussions/29955)</sup>. 3. [Trying to embed Apache Superset to my React App](https://github.com/apache/superset/discussions/28547) - This discussion involves embedding Superset into a React application, which might provide insights into similar embedding issues <sup>[[3]](https://github.com/apache/superset/discussions/28547)</sup>. Regarding your specific issue with `dashboardUiConfig` options being ignored, it's important to note that the `standalone` parameter affects the rendering of embedded dashboards. When set to true, it removes surrounding UI elements, which might explain why `standalone=3` removes everything as expected. However, the behavior of `standalone=1` and `standalone=2` not working as expected could be due to specific configurations or conditions that are not documented <sup>[[4]](https://github.com/apache/superset/blob/master/superset/views/core.py)</sup>. Additionally, the feature flags you have enabled, such as `EMBEDDED_SUPERSET`, `EMBEDDABLE_CHARTS`, and `HORIZONTAL_FILTER_BAR`, play roles in configuring embedded dashboards. These flags might interact with your `dashboardUiConfig` settings, potentially affecting their behavior <sup>[[5]](https://github.com/apache/superset/blob/master/RESOURCES/FEATURE_FLAGS.md)</sup>. The `werkzeug.exceptions.NotFound` error in your logs might be unrelated to the `dashboardUiConfig` issue, but it indicates a routing problem where a requested URL was not found on the server. This could be a separate issue to investigate further. <!-- 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]
