Hi, In Ignite 1.9, Ignite 2.0 developer web server bind only on localhost interface. This was fixed in master where developer web server bind for all interfaces.
As temporary workaround you can try to replace localhost with your ip in https://github.com/apache/ignite/blob/1.9.0/modules/web-console/frontend/gulpfile.babel.js/tasks/bundle.js for Ignite 1.9 or set environment variable HOST for Ignite 2.0 https://github.com/apache/ignite/blob/ignite-2.0/modules/web-console/frontend/gulpfile.babel.js/webpack/environments/development.js -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-web-console-not-running-in-browser-tp13701p13852.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
