monsterkai233 commented on issue #29678:
URL: https://github.com/apache/superset/issues/29678#issuecomment-2247323420

   > 嗨,你好!我在这里帮助您解决任何错误、问题或贡献。让我们一起解决这个问题,同时等待人工维护者。
   > 
   > 出现乱码可能是由于 Webpack 开发服务器未运行。要解决此问题,请确保 Webpack 开发服务器与 Flask 
服务器并行启动。步骤如下:`localhost:9000`
   > 
   > 1. 在端口上启动 Flask 服务器:`8088`
   >    ```shell
   >    superset run -p 8088 --with-threads --reload --debugger --debug
   >    ```
   > 2. 同时,在端口上启动 Webpack 开发服务器:`9000`
   >    ```shell
   >    npm run dev-server
   >    ```
   > 
   > 在您的 Web 浏览器中访问。此设置可确保前端资产得到正确服务和热重新加载,同时后端请求被代理到在端口上运行的 Flask 
服务器`http://localhost:9000``8088` 
[[1]](https://github.com/apache/superset/blob/master/docs/docs/contributing/development.mdx).
   > 
   > 
如果问题仍然存在,请检查文件是否存在与端口、公共路径或代理设置相关的任何错误配置`webpack.config.js`[[2]](https://github.com/apache/superset/blob/master/superset-frontend/webpack.config.js).
   > 
   > _要继续与 [Dosu](https://dosu.dev) 交谈,请提及 。_
   
   My webpack.config.js correctly configured, bug is same 
[https://github.com/apache/superset/issues/29677](url)


-- 
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

Reply via email to