Closed kristoferlund closed 4 years ago
When installing local bundles, the UI is always configured to use port 10000 instead of picking the next free port.
nextMinPort() in legacy_install_bundle_view.html always return 10000 since app.used_ports is empty.
nextMinPort()
legacy_install_bundle_view.html
app.used_ports
When installing local bundles, the UI is always configured to use port 10000 instead of picking the next free port.
nextMinPort()
inlegacy_install_bundle_view.html
always return 10000 sinceapp.used_ports
is empty.