holochain / holoscape

A complete end-user deployment of a Holochain conductor with UI for administration and a run-time for hApp UIs
63 stars 8 forks source link

Locally installed bundle don't get a free port #54

Closed kristoferlund closed 4 years ago

kristoferlund commented 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.