Cycle Detected in Content Delivery API After Converting a IDataListSource to IPublishedContent #427
-
I've found myself in another situation, hoping someone can add the missing context for me. I created a custom Data List Source. This data source grabs only the appropriate content nodes, which the author can choose from as a property editor. Before implementing the After implementing the
I'm stumped again. 🫣 Thank you for any insights that you can provide! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
I read the docs for deeply nested JSON and have tried various settings:
Unfortunately, this leads to other exceptions:
And sometimes:
And this one is incredibly annoying, as it suggests setting
|
Beta Was this translation helpful? Give feedback.
-
I'm sorry @leekelleher, I created a minimal demo using a fresh install of Umbraco 13. There's so much going on in my production application that it would be good to rule out any of our first-party code. |
Beta Was this translation helpful? Give feedback.
-
@markadrake A quick reply, as I haven't looked into this issue yet. I haven't used the Delivery API with Contentment before, so was hoping that someone would shout if there were any issues... and now I'm aware of the serialization troubles. |
Beta Was this translation helpful? Give feedback.
-
Closing off this discussion, as has been resolved by PR #428. |
Beta Was this translation helpful? Give feedback.
Good news, I have a pull request ready that will resolve this. PR #428. Thanks to @vsilvar for his workaround patch too! 🙏
I still have some testing to do, but my aim to get this ready for a v5.1.0 release soon.