GitHub user dosubot[bot] added a comment to the discussion: no options such as creating users and roles in the Settings menu
<!-- Answer --> The missing `language_pack` folder and 404 error for `/superset/language_pack/zh/` are not related to the missing user/role management options. Superset uses translation files under `superset/translations` and will fall back to English if a language pack is missing; this does not affect menu visibility or permissions. The absence of `language_pack` only impacts localization, not UI features or security menus. For the missing user/role management options, even with correct config and admin role, this is usually caused by incomplete frontend asset builds, permission sync issues, or persistent state in the metadata database. Make sure the frontend assets are fully built (check the `superset_node` container for errors), run `superset init` and `superset db upgrade` in the container, and if needed, reset the environment with `docker compose down -v` followed by `docker compose up` to reinitialize permissions and roles. Also, check for any errors in the browser console that might indicate asset or JS problems. These steps have resolved similar issues for other users ([discussion](https://github.com/apache/superset/discussions/34044), [issue](https://github.com/apache/superset/issues/34467)). If you see 404 errors for static assets, try accessing Superset on port 9000 instead of 8088 ([issue](https://github.com/apache/superset/issues/32324)). <!-- 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/5f0c096e-4686-42b3-bb6d-19658fe294e6?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/5f0c096e-4686-42b3-bb6d-19658fe294e6?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/5f0c096e-4686-42b3-bb6d-19658fe294e6?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/5f0c096e-4686-42b3-bb6d-19658fe294e6?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5f0c096e-4686-42b3-bb6d-19658fe294e6?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/5f0c096e-4686-42b3-bb6d-19658fe294e6?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/5f0c096e-4686-42b3-bb6d-19658fe294e6?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](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/discussions/35099) GitHub link: https://github.com/apache/superset/discussions/35099#discussioncomment-14370559 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
