You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get a error message into application logger, and not just having importer stuck
Actual behavior
13:23:37 WARNING [messenger] Error thrown while handling message Pimcore\Bundle\DataImporterBundle\Messenger\DataImporterMessage. Sending for retry #3 using 4000 ms delay. Error: "Handling "Pimcore\Bundle\DataImporterBundle\Messenger\DataImporterMessage" failed: Pimcore\Model\DataObject\AbstractObject::setKey(): Argument #1 ($key) must be of type string, null given, called in /var/www/html/vendor/pimcore/data-importer/src/Mapping/DataTarget/Direct.php on line 119" ["class" => "Pimcore\Bundle\DataImporterBundle\Messenger\DataImporterMessage","retryCount" => 3,"delay" => 4000,"error" => "Handling "Pimcore\Bundle\DataImporterBundle\Messenger\DataImporterMessage" failed: Pimcore\Model\DataObject\AbstractObject::setKey(): Argument #1 ($key) must be of type string, null given, called in /var/www/html/vendor/pimcore/data-importer/src/Mapping/DataTarget/Direct.php on line 119","exception" => Symfony\Component\Messenger\Exception\HandlerFailedException^ { …}]
Steps to reproduce
create import with a mapping that assigns a value to the System Key
try to import an empty value to this
The text was updated successfully, but these errors were encountered:
Expected behavior
get a error message into application logger, and not just having importer stuck
Actual behavior
Steps to reproduce
System Key
The text was updated successfully, but these errors were encountered: