#11 fixed the issue I'm having with 2.0.6. The commit at #12 is different from the #11 patch. This should be reopened for that fix.
I encounter the following error in the latest dev branch:
The website encountered an unexpected error. Please try again later.InvalidArgumentException: Expected a scalar value as a 2nd argument to "Symfony\Component\HttpFoundation\InputBag::get()", "array" given. in Symfony\Component\HttpFoundation\InputBag->get() (line 31 of /var/www/vendor/symfony/http-foundation/InputBag.php). Drupal\facets\Plugin\facets\url_processor\QueryString->initializeActiveFilters() (Line: 59)
1. Run AggregatedFieldTest test
In symfony 6, the InputBag::get(), no longer accepts arrays as default values, so we need to change it to string.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
#11 fixed the issue I'm having with 2.0.6. The commit at #12 is different from the #11 patch. This should be reopened for that fix.