Having difficulty in elementclick/pagination on crunchbase

Describe the problem.

Url: https://www.crunchbase.com/lists/investors-2-0/c7f9d22b-30bc-470b-a91a-52d25e4c0d53/people

Sitemap:
{"_id":"Crunchbase_people","startUrl":["https://www.crunchbase.com/lists/investors-2-0/c7f9d22b-30bc-470b-a91a-52d25e4c0d53/people"],"selectors":[{"id":"Name","parentSelectors":["Main Table"],"type":"SelectorText","selector":".sticky-column-2 div.identifier-label","multiple":false,"regex":""},{"id":"Title","parentSelectors":["Main Table"],"type":"SelectorText","selector":"span.field-type-text_short","multiple":false,"regex":""},{"id":"Company","parentSelectors":["Main Table"],"type":"SelectorText","selector":".column-id-primary_organization div.identifier-label","multiple":false,"regex":""},{"id":"CB Rank","parentSelectors":["Main Table"],"type":"SelectorText","selector":"a.field-type-integer","multiple":false,"regex":""},{"id":"LinkedIn","parentSelectors":["Main Table"],"type":"SelectorLink","selector":"link-formatter a","multiple":false,"linkType":"linkFromHref"},{"id":"Main Table","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":".next-content span","clickElementUniquenessType":"uniqueHTML","clickType":"clickMore","delay":5000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"grid-row"}]}

The issue that I'm facing is that it keeps looping back to page 1, Im not able to stop this, despite selecting that it should stop scraping when no more unique text is found.

Hi,

Seems that the relevant selectors can only be accessed after a login.

Yes, that should be the case, not sure how to help.