We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
3375405
Merge pull request #53 from kristoferlund/kristoferlund
3ea49c4
HTML "_blank" links open in default system browser, fix issue #54
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: