Problem/Motivation
After upgrade to Drupal 10.0.9 and PHP 8.1, this error displays when loading a search api view:
Deprecated function: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in Drupal\path_alias\PathProcessor\AliasPathProcessor->processOutbound() (line 54 of core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php).
Proposed resolution
Patch.