UncoveredBread commented on issue #33347: URL: https://github.com/apache/superset/issues/33347#issuecomment-2868938073
Hi all, I investigated the UI loading issue related to issue #33347 and made progress debugging it. The UI failed to display content due to missing frontend assets, with browser errors: `WebSocket connection to 'ws://localhost:8088/ws' failed` and `[webpack-dev-server] Trying to reconnect...`. I found an `npm install` error caused by a missing root `package.json` but confirmed `superset-frontend/package.json` was present. The `npm run build` process got stuck at 92% (TerserPlugin), possibly due to resource constraints. I also verified the Docker setup (`postgres-data` on port 5432, `postgres-meta` on port 5433) and prepared steps to reproduce the issue (connect `data_db`, change password, run query). I’ve documented my findings in this gist: https://gist.github.com/UncoveredBread/7cee6de36f8ca0368821b4857825a00e. I couldn’t fully resolve the UI issue, but I’m happy to assist further or provide more details! Environment: - Superset: master branch - OS: Ubuntu - 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]
