panther icon indicating copy to clipboard operation
panther copied to clipboard

Errors starting the webserver get hidden

Open rmbl opened this issue 1 year ago • 0 comments

When starting the webserver fails, WebServerReadinessProbeTrait::waitUntilReady tries to throw a RuntimeException. To fill the Exception with content, it calls $process->getErrorOutput(). This leads to a LogicException as the output gets disabled in WebServerManager::__construct(). Instead of getting a useful error message, it only shows Output has been disabled.

rmbl avatar Feb 22 '24 12:02 rmbl