Matrix Version: 5.4.3.1
We recently built a page for our Graduation that included Nested Content that used Additional Get Params to pass in the ID of a Youtube Playlist. The Nested Content was an asset listing that would then take that playlist ID and using the Youtube API (JSON Datasource) it would show thubmnails of the videos on our page that users could then click to view.
This Nested Content was embedded three times on the page, each with a different playlist ID in the Get Params.
The issue we are seeing, is that for some users they will see duplicated content in those three sections. It seems that the GET params is not staying unique for the nested content, and it is reusing the params from farther up the page.
Is this a known issue where you can not use the same nested content multiple times on a page in this way?