I have tested the latest 2-0.x and found no more errors. Seems to work fine
your are to fast, i edited my last comment ;)
Hi gisle,
i have tested your changes. Now it really works like expected. For me, this is issue is fixed.
Tested the MR, works like exprected now
The problem is in src/Notify.php 372
The query returns an object and this is used in src/Form/SkipForm.php 105-110
$cids should be an array of numbers, but its an object in it which causes the error in Drupal\Core\Entity\EntityStorageBase->buildCacheId()
Only additional info i can give ist, comment as an anomynous user with no auto publish. If i find the time i will setup a clean Drupal dev environment from my live installation and take a look if i can reproduce and debug it there.
Drupal: 10.1
PHP: 8.2
Shouldn`t it be something lke
--with-jpeg=/usr/include/
--with-freetype=/usr/include/
pfitzer → created an issue.
Tested it on my installation and it works