alurizar → created an issue.
🐛 | RedHen CRM | Entity queries must explicitly set whether the query should be access checked or not
Using Drupal 10.1 PHP 8.2 , Redhen 2.1.0-rc
I'm encountering the same error. The referenced posts indicate that the issue lies in the access check parameter always being required in Drupal 10 when using EntityQuery. Its absence was causing too many bugs, whereas Drupal 9 defaulted to TRUE.
I managed to get it installed and "working" by using the 3402288-entityquery_requires_explicit_accesscheck.patch, Still testing in Drupal 10. The second patch is to fix the issue with "getSubscribedEvents() must be compatible with Drupal\Core\Routing\RouteSubscriberBase::getSubscribedEvents(): array " in drupal 10.