rusackas commented on PR #39705: URL: https://github.com/apache/superset/pull/39705#issuecomment-4700106210
@Ilphrin I don't think this seems quite right - the webpack dev server still defaults to 9000 (webpack.config.js:67), and docker-compose.yml exposes it on 9000 too. The proxy line now reads "starts at 8088 and proxies to 8088", which can't be correct. What port change are you seeing? 8088 is Flask, 9000 is still the dev server you actually browse to. Let us know more, and we'll see if we can move it forward -- 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]
