In D9 path.alias_manager is deprecated (use path_alias.manager)
Install these module in D9 and tried to create feeds in view throws error.
We need to chage the following
\Drupal::service('path.alias_manager')->getAliasByPath('/node/' . $entity->id()) (at line number 84 modules/contrib/cloudfront_path_invalidate/cloudfront_path_invalidate.module)
to
\Drupal::service('path_alias.manager')->getAliasByPath('/node/' . $entity->id())
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.