jorielsaikali → created an issue.
Re-uploading to match comment number. Sorry, I'm still new to contributing patches.
I tested the automated patch which allowed the module to install but once I tested it on an Article, it broke and gave the error:
Drupal\Core\Entity\Query\QueryException: Entity queries must explicitly set whether the query should be access checked or not. See Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of /app/web/core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
This issue is related to Entity queries must explicitly set whether the query should be access checked or not 🐛 Entity queries must explicitly set whether the query should be access checked or not Fixed which I merged it's patch #8 by icurk → with the automated patch, and all applied cleanly and worked well. I tested with Drupal version 10.0.9.
I am uploading the merged patch.