Seeing the following when running PHP 8.1:
Deprecated function: Return type of Drupal\simple_oauth\Authentication\TokenAuthUser::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 18 of /var/www/html/drupal/web/modules/contrib/simple_oauth/src/Authentication/TokenAuthUser.php)
Add \Traversable
return type to method.
Closed: duplicate
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.