When retrieving content from the delivery API we are experiencing some strange behaviour. When "GET"-ting an item the returned content is correct, but then "GET"-ting a sibling item some content of the first item is returned.
Most content is correct but for example an image is not returned correctly, it is returning the image of the first content item.
When restarting the site and loading the content in reverse order, the same happens (content of the image of the second item is returned in the first item).
This also happens when rendering the content in a Razor template...
We tried republishing and rebuilding indexes but problem still remains.
Seems like some kind of caching problem, but wouldn't know how to fix this. Anyone experienced something similar?
Delivery API returns wrong content
When retrieving content from the delivery API we are experiencing some strange behaviour. When "GET"-ting an item the returned content is correct, but then "GET"-ting a sibling item some content of the first item is returned.
Most content is correct but for example an image is not returned correctly, it is returning the image of the first content item.
When restarting the site and loading the content in reverse order, the same happens (content of the image of the second item is returned in the first item).
This also happens when rendering the content in a Razor template...
We tried republishing and rebuilding indexes but problem still remains.
Seems like some kind of caching problem, but wouldn't know how to fix this. Anyone experienced something similar?
Umbraco version: 13.4.0
is working on a reply...