Failed To Load Resources: Status of 500

Dan:
during troubleshooting I see now I am getting this error message:

Warning : preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in /home/XXXXXXXXX/vendor/steampixel/simple-php-router/src/Steampixel/Route.php on line 90

This is line 90 –

  // Check path match
  if (preg_match('#'.$route['expression'].'#'.($case_matters ? '' : 'i').'u', $path, $matches)) {
    $path_match_found = true;

Any ideas on how I can overcome it —

Randy