Repeater Issue

My observations of your site:

  • the repeater, and its embedded components, are connected to a dataset

  • the embedded components are not connected to any fields of the dataset’s items

  • you are also doing a query on the collection and then manually setting the repeater’s data based on the query results

Some issues to consider:

  • connecting the repeater to a dataset and manually setting the repeater’s data causes a conflict

  • by using just a dataset, but not connecting the repeater’s embedded components, the components will not get any content

  • Preview and Live have different paths for rendering, which is why it works for Preview, but not for Live

Try removing the Repeater’s connection to the dataset and try again.