Resolved - LOAD MORE() not working anymore

Hi,

my website [(emunations.co]((emunations.co) m ) uses

export function boxL_viewportEnter(event) {$w("#items").loadMore()}

to load more content when they reach the bottom of the page but it has literally stopped working today.

I also tried

export function boxL_viewportEnter(event, $w) {$w("#items").loadMore()}

and it doesn’t work as well.

What’s going on? Is there a problem at a higher level?

Thanks for your time

Check if you have this element on your page:
$w(“#vectorImage2”)
If it’s not there, remove it from, your code.

It has resolved itself on its own…