When I run kurtosis web without running another command that starts the engine (ie kurtosis enclave ls) the browser opens to http://localhost:9711/enclaves but because the engine isn't running nothing is listening on port 9711.
Desired behavior
Running kurtosis web should start the engine if it's not running and then open the browser.
What is the severity of this bug?
Papercut; this bug is frustrating, but I have a workaround.
What's your CLI version?
0.86.4
Description & steps to reproduce
When I run
kurtosis web
without running another command that starts the engine (iekurtosis enclave ls
) the browser opens tohttp://localhost:9711/enclaves
but because the engine isn't running nothing is listening on port9711
.Desired behavior
Running
kurtosis web
should start the engine if it's not running and then open the browser.What is the severity of this bug?
Papercut; this bug is frustrating, but I have a workaround.
What area of the product does this pertain to?
CLI: the Command Line Interface