Guten Abend,
beim Aufruf der REST API bekomme ich beim Erstellen von Artikeln folgenden Fehler:
[Shopware\Components\Api\Exception\OrmException]
A new entity was found through the relationship 'Shopware\Models\Article\De
tail#article' that was not configured to cascade persist operations for ent
ity: Shopware\Models\Article\Article@00000000683efb31000000003b5541e6. To s
olve this issue: Either explicitly call EntityManager#persist() on this unk
nown entity or configure cascade persist this association in the mapping f
or example @ManyToOne(..,cascade={"persist"}). If you cannot find out which
entity causes the problem implement 'Shopware\Models\Article\Article#__toS
tring()' to get a clue.
Ich habe leider keinerlei Idee, wo dieser herkommt.
Ich habe keine Änderungen am Core durchgeführt o.ä. Nur der API Call wird ausgeführt.
Hat jemand ne Idee, wie ich hier vorgehen kann?
Vielen Dank für die Hilfe!