dosubot[bot] commented on issue #35870: URL: https://github.com/apache/superset/issues/35870#issuecomment-3457141606
<!-- Answer --> The /dynamic-plugins/api endpoint should be available when the DYNAMIC_PLUGINS feature flag is enabled, and integration tests confirm it returns a 200 status code in that case [link](https://github.com/apache/superset/blob/master/tests/integration_tests/dynamic_plugins_tests.py). If you're still seeing a 404, it's likely due to environment or configuration issues. Superset master/latest-dev now requires Python 3.10 or 3.11 and Node.js 20.x; using Python 3.9 and Node 16 can cause endpoints to fail or assets to build incorrectly [link](https://github.com/apache/superset/issues/35823). Upgrading your environment and restarting with a clean build often resolves these issues. Also, make sure your user has the necessary permissions for DynamicPlugin—missing permissions can cause access errors, though these usually result in a 403 rather than a 404 [link](https://github.com/apache/superset/issues/33548). If you update your Python and Node versions and still see a 404, check Superset logs for errors during startup or endpoint registration. The feature itself is not actively maintained and may be unstable in master [link](https://github.com/apache/superset/issues/33766). <!-- 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/18284ed6-2037-436c-b060-604abe1f293b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/18284ed6-2037-436c-b060-604abe1f293b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/18284ed6-2037-436c-b060-604abe1f293b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/18284ed6-2037-436c-b060-604abe1f293b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/18284ed6-2037-436c-b060-604abe1f293b?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/18284ed6-2037-436c-b060-604abe1f293b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/18284ed6-2037-436c-b060-604abe1f293b?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/35870) -- 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]
