Horrible, horrible upgrade from Umbraco 13 to 16.4 continues on.
My collections are not displaying child items, they seem to be populated in pagination, in console i get warning: “Segments are not yet implemented for preset”
if (this.structure.variesBySegment) {
// TODO: v.17 Engage please note we have not implemented support for segments yet. [NL]
console.warn('Segments are not yet implemented for preset');
}
I don’t know if this is a problem, it may be, or may not.
No errors in .NET code.
Collection setup:


