Pagination error (only capture data for first 2 pages)

Describe the problem.
The web scrapping code is only able to capture data of items from the first page and the second page, but there are many pages available in the website. What should I edit to correct the pagination?

Url: https://www.bidnow.my/properties/auction?listing_type=Bank%20Auction&sort=new&listing=active&page=1

Sitemap:
{"_id":"Bidnow","startUrl":["https://www.bidnow.my/properties/auction?listing_type=Bank%20Auction&sort=new&listing=active&page=1"],"selectors":[{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"auto","selector":"span:nth-of-type(10) svg","type":"SelectorPagination"},{"id":"Property-link","parentSelectors":["pagination"],"type":"SelectorLink","selector":"a.popular-box-container","multiple":true},{"id":"Property Type","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div.row:nth-of-type(2) div.col-md-4:nth-of-type(2) span","multiple":false,"regex":""},{"id":"Address","parentSelectors":["Property-link"],"type":"SelectorText","selector":".col-md-8 span","multiple":false,"regex":""},{"id":"Tenure","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div:nth-of-type(3) div.col-md-4:nth-of-type(1) span","multiple":false,"regex":""},{"id":"State","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div:nth-of-type(3) div.col-md-4:nth-of-type(2) span","multiple":false,"regex":""},{"id":"Built up","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div:nth-of-type(3) div:nth-of-type(3) .fs-14 span","multiple":false,"regex":""},{"id":"Land Area","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div:nth-of-type(4) div.col-md-4:nth-of-type(1) p.fs-md-16","multiple":false,"regex":""},{"id":"Restriction","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div:nth-of-type(4) div:nth-of-type(2) .col-6 span","multiple":false,"regex":""},{"id":"Auction Venue","parentSelectors":["Property-link"],"type":"SelectorText","selector":".text-break span","multiple":false,"regex":""},{"id":"Type of Auction","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div.pt-md-3:nth-of-type(1) div:nth-of-type(2) .col-6 .fs-md-16 span","multiple":false,"regex":""},{"id":"Plaintiff/Assignee","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div.pt-md-3:nth-of-type(2) div:nth-of-type(1) .row span","multiple":false,"regex":""},{"id":"Auctioneer","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div.pt-md-3:nth-of-type(2) div.col-md-6:nth-of-type(2) span","multiple":false,"regex":""},{"id":"Lawyer","parentSelectors":["Property-link"],"type":"SelectorText","selector":"div:nth-of-type(3) div.col-md-6:nth-of-type(1) span","multiple":false,"regex":""},{"id":"Deposit","parentSelectors":["Property-link"],"type":"SelectorText","selector":".py-md-2 span","multiple":false,"regex":""},{"id":"Auction Date/ Time","parentSelectors":["Property-link"],"type":"SelectorText","selector":"p.fs-16","multiple":false,"regex":""},{"id":"Reserved Price","parentSelectors":["Property-link"],"type":"SelectorText","selector":"p.line-ht38","multiple":false,"regex":""}]}