dosubot[bot] commented on issue #34877: URL: https://github.com/apache/superset/issues/34877#issuecomment-3231677902
<!-- Greeting --> Hi @bxter! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the superset team. <!-- Answer --> The missing static content error happens because the Superset source tarball does not include pre-built frontend assets. After installing from source, you need to manually build these assets using Node.js and npm in the `superset-frontend` directory. To fix this, run the following commands from your Superset source directory: ```bash cd superset-frontend npm ci npm run build ``` This will generate the required static files (like `500.html`) in `superset/static/assets`. After building, restart Superset and the web UI should load correctly. This manual frontend build step is required for source installs and is documented in the [Dockerfile.from_local_tarball](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/RELEASING/Dockerfile.from_local_tarball) and [Makefile](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/Makefile). The webpack config confirms these assets are generated only after running the build process ([webpack.config.js](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/webpack.config.js)). <!-- 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/33b505de-aef7-4718-89cc-d44b9925e159?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/33b505de-aef7-4718-89cc-d44b9925e159?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/33b505de-aef7-4718-89cc-d44b9925e159?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/33b505de-aef7-4718-89cc-d44b9925e159?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/33b505de-aef7-4718-89cc-d44b9925e159?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/33b505de-aef7-4718-89cc-d44b9925e159?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/33b505de-aef7-4718-89cc-d44b9925e159?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/34877) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org