I found the cause.
The system give this error: JsonException: A possible object cycle was detected which is not supported. This can either be due to a cycle or if the object depth is larger than ...
There are only some 2nd level nodes with 20 fields and a propriety of block list type. I simulate the invoice that is header and rows.
Delivery Content v2 : fetch don't return the children of a node
Hi,
I need the children of a node. The children are published. I use this request, but
but the response is:
Why? Thanks.
I found the cause. The system give this error: JsonException: A possible object cycle was detected which is not supported. This can either be due to a cycle or if the object depth is larger than ...
There are only some 2nd level nodes with 20 fields and a propriety of block list type. I simulate the invoice that is header and rows.
I tried also the suggest written here https://docs.umbraco.com/umbraco-cms/v/13.latest-lts/reference/content-delivery-api#endpoints but don't work.
So, I create a my api to get the children via Umbraco SDK.
is working on a reply...