chadworthman-a8c
Results
1
comments of
chadworthman-a8c
FWIW, I traced this issue down to the laminas dependency not handling empty URIs. I updated vendor/laminas/laminas-uri/src/Uri.php to include a check and conversion: `public function toString() { if ($this->path ==...