dosubot[bot] commented on issue #32178: URL: https://github.com/apache/superset/issues/32178#issuecomment-2642266304
<!-- Greeting --> Hey @LUUUAN! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together while we wait for a human maintainer. <!-- Answer --> I found some similar discussions and issues that might be relevant to your problem: 1. [superset-frontend can not run](https://github.com/apache/superset/discussions/18355) - This discussion is still open and might provide some insights into frontend issues <sup>[[1]](https://github.com/apache/superset/discussions/18355)</sup>. 2. [superset 2.1.0 frontend start to use the "npm run dev-server", will appear many warnings](https://github.com/apache/superset/discussions/27235) - Another open discussion that could be related to your issue with frontend warnings <sup>[[2]](https://github.com/apache/superset/discussions/27235)</sup>. 3. [Error when booting the superset frontend](https://github.com/apache/superset/issues/22719) - This issue was closed with a fix related to bootstrapping the frontend, which might be relevant to your situation <sup>[[3]](https://github.com/apache/superset/issues/22719)</sup>. Regarding the 404 errors for image assets, this can occur if the asset building process is not fully completed. It's recommended to monitor the container logs to confirm when the asset building process is actually finished. Once the complete build process is done, the static assets should be available, and the 404 errors should resolve themselves <sup>[[4]](https://github.com/apache/superset/issues/31890)</sup>. For the hot reloading issue, ensure that the `devServer` configuration in `webpack.config.js` is set correctly, with `hot: true` and other necessary settings for hot module replacement. Also, check the Docker environment variables to ensure they are configured for development mode, as these can impact hot reloading functionality <sup>[[5]](https://github.com/apache/superset/blob/master/superset-frontend/webpack.config.js)</sup><sup>[[6]](https://github.com/apache/superset/blob/master/docker/.env)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/aeff4638-7c3f-466d-b521-c95ecf25031f?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/aeff4638-7c3f-466d-b521-c95ecf25031f?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/aeff4638-7c3f-466d-b521-c95ecf25031f?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/aeff4638-7c3f-466d-b521-c95ecf25031f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/aeff4638-7c3f-466d-b521-c95ecf25031f?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/aeff4638-7c3f-466d-b521-c95ecf25031f?feedback_type=other)</sup> -- 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]
