dosubot[bot] commented on issue #35328: URL: https://github.com/apache/superset/issues/35328#issuecomment-3348052457
<!-- Greeting --> Hi @hsein-bitar! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the superset team. <!-- Answer --> The embed domain UI in Superset relies on both backend configuration and API responses. Domains set in your config (ALLOWED_DOMAINS, ALLOWED_EMBEDDING_DOMAINS) are referenced by the backend, but the dashboard embed modal UI expects to load the list of allowed domains from the API endpoint `/api/v1/dashboard/{dashboardId}/embedded`. If the UI doesn't show previously added domains, it's likely that the backend isn't including them in the API response, or the frontend isn't loading/displaying them correctly. The fact that duplicate domains are prevented suggests the backend is saving them, but the display logic may be missing a step or not syncing with the saved state. This disconnect is likely between backend serialization and frontend state management, not your config itself. Recent frontend changes (like PR #35062) updated extension setup logic but did not directly address this UI bug, so the issue may persist in the latest release. For more details on embedding config and API dom ain handling, see [this discussion](https://github.com/apache/superset/discussions/32479) and [this thread](https://github.com/apache/superset/issues/33702). <!-- 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/1a66503f-7a54-4810-bf94-e1777c6d4b6d?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/1a66503f-7a54-4810-bf94-e1777c6d4b6d?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/1a66503f-7a54-4810-bf94-e1777c6d4b6d?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/1a66503f-7a54-4810-bf94-e1777c6d4b6d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1a66503f-7a54-4810-bf94-e1777c6d4b6d?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/1a66503f-7a54-4810-bf94-e1777c6d4b6d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1a66503f-7a54-4810-bf94-e1777c6d4b6d?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](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/issues/35328) -- 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]
