You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inWebServerManager::__construct()
.Instead of getting a useful error message, it only shows
Output has been disabled
.The text was updated successfully, but these errors were encountered: