Read var/log/cron.log while Magento crons are enabled and running
Expected result
No errors (from Kiwi Commerce) should not be present
Actual result
This error is logged in var/log/cron.log:
Error when running a cron job {"exception":"[object] (RuntimeException(code: 0): Error when running a cron job at /path/to/m2/install/vendor/kiwicommerce/module-cron-scheduler/Observer/ProcessCronQueueObserverDefault.inc:265, Error(code: 0): Call to a member function isStatic() on boolean at /path/to/m2/install/vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:492)"} []
Preconditions
Steps to reproduce
var/log/cron.log
while Magento crons are enabled and runningExpected result
Actual result
var/log/cron.log
:Error when running a cron job {"exception":"[object] (RuntimeException(code: 0): Error when running a cron job at /path/to/m2/install/vendor/kiwicommerce/module-cron-scheduler/Observer/ProcessCronQueueObserverDefault.inc:265, Error(code: 0): Call to a member function isStatic() on boolean at /path/to/m2/install/vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:492)"} []