Repetidor duplicando conteúdo em página dinâmica

Estou utilizando a página dinâmica em um site e, apesar do meu banco de dados não conter nenhum dado repetido, ao publicar e visualizar meu site, o conteúdo se repete.
Alguma ideia de como resolver esse problema?

I’m using the dynamic pages on my website and although the content on the database is not duplicated, once i save the page and visualize it, the list of content repeats itself twice. Does anyone know what could be causing this problem?

Did you check the live database?

Yes and it has exactly the same content, only once, as in the sandbox. I can see that there are 4 hidden fields which are only columns. Could it be anything else hidden and i don’t see it at first when checking or editing the live database?

@contato17395 You can sync between Sandbox and your Live collection !

@contato17395 Either that or post your code.

@benibrodi everything is synced.
How can i acess my code @skmedia ? I just enabled the corvid on my website, but I’ve never used it before.

@contato17395
You can just drag the Code Panel up from the bottom of the page to open it.
https://support.wix.com/en/article/corvid-working-in-the-code-panel

Have a read of these code examples too
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-no-database-duplicates
https://www.wix.com/corvid/forum/wix-tips-and-updates/example-remove-duplicates-from-connected-dropdown-options

Thank you for everybody’s help. I couldn’t find the code so I was going around the website and some of the links you shared with me and ended up finding a solution. I “collapsed on load” one of my repeators and now I don’t see the duplicated
content anymore (don’t know why but it seems not to be affecting anything else on the website).