Harlor, thank you for reporting the issue.
There is the PR with the fix that we are working on https://github.com/goalgorilla/open_social/pull/4177
This issue has been fixed, the changes will land on open_social version 12.4.6 and higher.
The groups module hashes the content-type if the combination group type ID and the entity type ID is too long.
The current implementation of GroupStatistics::count() does not take care of that.
Create a group type with long machine name - the member count and other content counters wont work.
Use
$group->getGroupType()->getContentPlugin($type)->getContentTypeConfigId()
instead of
$group->getGroupType()->id() . '-' . $type
None
None
None
None
Needs review
12.4
Code (back-end)
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Harlor, thank you for reporting the issue.
There is the PR with the fix that we are working on https://github.com/goalgorilla/open_social/pull/4177
This issue has been fixed, the changes will land on open_social version 12.4.6 and higher.