What does this mean? Formatter getServerConnectPagination

Hi

I am getting this warning message and everything on my page is working as expected but the warning keeps coming up in Console:

Formatter getServerConnectPagination in expression [get_topic.data.get_topics_paged.getServerConnectPagination(2,1,'...')] doesn't exist for type object

Anyone shed any light on what this means?

Hi. You are missing the pagination script on your page.
If its Node, save the content page again and layout page should show unsaved changes with the said script added.
If that doesn’t work, just add pagination to layout page, then remove the HTML, leaving behind the script on the page.

2 Likes

Thanks Sid!

Yep the second option that fixed it!