Taki-Eddine opened a new issue #9108: UI won't load URL: https://github.com/apache/incubator-superset/issues/9108 I am using the docker image to use Apache superset, I followed the instructions. I cloned the git repository then a docker-compose up ### Expected results The UI to load ### Actual results The UI won't load, here is a screenshot  #### How to reproduce the bug I followed the instructions to use the docker image. ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [* ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ *] I have reproduced the issue with at least the latest released version of superset. - [* ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context the docker logs show that incubator-superset_superset-node_1 fails to cd into /app/superset-frontend/, I am getting the following error message: `superset-node_1 | bash: line 0: cd: /app/superset-frontend/: No such file or directory` The problematic instruction lies in the docker-compose.yml file; line 69: ` command: ["bash", "-c", "ls /app/ && cd /app/superset-frontend/ && npm install && npm run dev"] `
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
