Pagination selector multiple click only retrieves data for first two pages

Hi,

The paginator tool doesn't load all the available pages and only exports data for the first two pages of results, this happens regardless of how long I make the page load delay and still occurs when I have changed the paginator to an element click selector. Is this the source page blocking the scraper, or is there something I am overlooking?

{"_id":"rotary","startUrl":["https://my.rotary.org/en/club-search?meetingLocationRange=25&clubName=qld&distance=25"],"selectors":[{"id":"pagination","paginationType":"clickMore","parentSelectors":["_root","pagination"],"selector":".text-gray-400 svg","type":"SelectorPagination"},{"id":"club-link","linkType":"linkFromHref","multiple":true,"parentSelectors":["pagination"],"selector":".ml-6 a","type":"SelectorLink"},{"id":"club-name","multiple":false,"parentSelectors":["club-link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"club-type","multiple":false,"parentSelectors":["club-link"],"regex":"","selector":".mb-5 h3","type":"SelectorText"},{"id":"club-email","multiple":false,"parentSelectors":["club-link"],"regex":"","selector":"div.my-4:nth-of-type(1) span","type":"SelectorText"}]}

Thanks in advance.

Fixed, thank you!! Forgive my ignorance but when I check the element it appears visually as the same element that I selected - did you have to retrieve the correct element from the page source?