Automatically closed - issue fixed for 2 weeks with no activity.
- 🇨🇦Canada geoanders Nova Scotia 🍁
Works fine for me on Drupal 9 and 10 instances. So I would say it's an issue with your build.
Drupal 10 has removed the app.root and site.path services (which were non-object services, basically strings) and so that breaks enabling this module on Drupal 10.
Composer require and then drush en dev_mode - triggers the following error:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "site.path". in Drupal\Component\DependencyInjection\Container->get() (line 157 of /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php).
Use getParameter from the global container rather than trying to retrieve a non-existent service.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.
Works fine for me on Drupal 9 and 10 instances. So I would say it's an issue with your build.