UncoveredBread commented on issue #33347: URL: https://github.com/apache/superset/issues/33347#issuecomment-2868860138
Hi, I’ve been investigating this issue and wanted to share my findings: - The UI at `http://localhost:8088` failed to load due to missing frontend assets, with browser errors (`WebSocket connection to 'ws://localhost:8088/ws' failed`, `[webpack-dev-server] Trying to reconnect...`). - The `npm install` error in the root directory was due to a missing `package.json`, but `superset-frontend/package.json` was present. - `npm run build` in `superset-frontend` got stuck at 92% (TerserPlugin), possibly due to resource constraints. - I verified the Docker setup (`postgres-data`, `postgres-meta`) and prepared steps to recreate the issue (connect `data_db`, create table, change password). I wasn’t able to fully resolve the UI issue or reproduce the error due to the build hang, but I’ve documented my work here: [link to portfolio repo or gist]. Happy to provide more details or continue debugging! Environment: - Superset: master branch - OS: Ubuntu (local) - Docker: PostgreSQL containers (ports 5432, 5433) -- 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]
