mistercrunch commented on issue #31890: URL: https://github.com/apache/superset/issues/31890#issuecomment-2640728865
Yes, for the main/default dev environment `docker-compose.yml`, the official port is `9000` now and it should be reflected in the docs. Now if you're getting `[HPM] Error occurred while proxying request localhost:9000/` it seems that the app might not be served (or maybe the container is just not ready yet). Recently I changed some of the logic/dependencies so that the app doesn't start until `superset-init` (loading examples, creating admin user) needs to finish and succeed first. Any error messages in the docker-compose logs prior to the proxy error message? -- 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]
