arcosx commented on issue #12440: URL: https://github.com/apache/superset/issues/12440#issuecomment-767401837
tks! @ayanginet I found it. Just `docker logs superset_node` can see the building .... ``` <s> [webpack.Progress] 69% building 8358/8400 modules 42 active /app/superset-frontend/node_modules/@superset-ui/legacy-preset-chart-deckgl/esm/layers/Arc/index.js <s> [webpack.Progress] 69% building 8358/8401 modules 43 active /app/superset-frontend/node_modules/moment/locale/id.js <s> [webpack.Progress] 69% building 8359/8401 modules 42 active /app/superset-frontend/node_modules/moment/locale/id.js <s> [webpack.Progress] 69% building 8359/8402 modules 43 active /app/superset-frontend/node_modules/@superset-ui/plugin-chart-echarts/esm/defaults.js <s> [webpack.Progress] 69% building 8360/8402 modules 42 active /app/superset-frontend/node_modules/@superset-ui/plugin-chart-echarts/esm/defaults.js <s> [webpack.Progress] 69% building 8361/8402 modules 41 active /app/superset-frontend/node_modules/@superset-ui/plugin-chart-echarts/esm/defaults.js <s> [webpack.Progress] 69% building 8361/8403 modules 42 active /app/superset-frontend/node_modules/react-map-gl/dist/esm/index.js ``` > Ok, it is a bit silly but looks like there no issue at all :D > > The problem is that image for superset-frontend is building in the background and it takes quite a while (2.5 minutes for me). > > So just wait longer and in fact, you should be able to see logs from the build. They are labeled under "superset_node". After the build is complete, you should be able to launch the app at localhost:8088. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
