The collection does not show in repeater

One thing that I noticed right off is that you should be using the Repeated Item Scope in the onItemReady() function.

Also, context is missing. Where are you setting the onItemReady() function? Hopefully in the page’s onReady() function. A number of variables are referenced that I don’t know what they are and how you’re using them.