goldjee opened a new issue, #29677: URL: https://github.com/apache/superset/issues/29677
### Bug description After installing all dependencies and running dev-server, I get broken page at `http://localhost:9000`. I've found the same very old issue [#12040](https://github.com/apache/superset/issues/12040). The author supposed that it is specific to Chrome. But both Chrome and Firefox show broken page. Also it's worth mentioning that, as far as I see, there are no related errors in terminal or console output. ### How to reproduce the bug 1. Install Superset without Docker ```bash source venv/bin/activate pip install -r requirements/development.txt pip install -e . cd superset-frontend npm ci ``` 2. Run Superset ```bash export SUPERSET_CONFIG_PATH=./docker/pythonpath_dev/superset_config_local.py superset run -p 8088 --with-threads --reload ``` 3. Run development server ```bash npm run dev-server ``` 4. Navigate to http://localhost:9000 ### Screenshots/recordings <img width="1440" alt="image" src="https://github.com/user-attachments/assets/674a8225-2388-4c1a-802c-020b908678e6"> ### Superset version master / latest-dev ### Python version 3.11 ### Node version 18 or greater ### Browser Chrome ### Additional context node.js version: `18.20.4` (same error on `22.5.1`) ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
