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
There is a lack of information regarding handling of circular reference with associations.
Creating a basic route with an Entity association lead the following error if associated entity reference root one :
Uncaught PHP Exception Symfony\Component\Serializer\Exception\CircularReferenceException: "A circular reference has been detected when serializing the object of class "App\Domain\Product\Model\Product" (configured limit: 1)." at AbstractNormalizer.php line 193
There should be a part of the doc indicating that this can be resolved by serialization groups.
The text was updated successfully, but these errors were encountered:
There is a lack of information regarding handling of circular reference with associations.
Creating a basic route with an Entity association lead the following error if associated entity reference root one :
There should be a part of the doc indicating that this can be resolved by serialization groups.
The text was updated successfully, but these errors were encountered: