Need help for pagination on specifical website

I can't extract different pages despite using the pagination tool
i try to follow the topic and ytb video but the scraper don't extract (or extract just 30 ref of the 9p)

Url: https://www.pointp.fr/c/liants-ciment-chaux/x3snv3_dig_2002743

{"_id":"ciment-chaux","startUrl":["https://www.pointp.fr/c/liants-ciment-chaux/x3snv3_dig_2002743"],"selectors":[{"id":"pages","parentSelectors":["_root","pages"],"paginationType":"auto","selector":"ul.pager-nav","type":"SelectorPagination"},{"id":"bloc","parentSelectors":["_root"],"type":"SelectorElement","selector":"div.has-locator","multiple":true},{"id":"marque","parentSelectors":["bloc"],"type":"SelectorText","selector":"p.product-title","multiple":false,"regex":""},{"id":"descriptif","parentSelectors":["bloc"],"type":"SelectorText","selector":"p.product-description","multiple":false,"regex":""}]}

@NTDo Hi, it appears that the issue arises due to faulty pagination setup. Try this instead:

{"_id":"ciment-chaux","startUrl":["https://www.pointp.fr/c/liants-ciment-chaux/x3snv3_dig_2002743"],"selectors":[{"id":"pages","paginationType":"linkFromHref","parentSelectors":["_root","pages"],"selector":"link[rel=\"next\"]","type":"SelectorPagination"},{"id":"bloc","multiple":true,"parentSelectors":["_root","pages"],"selector":"div.has-locator","type":"SelectorElement"},{"id":"marque","multiple":false,"parentSelectors":["bloc"],"regex":"","selector":"p.product-title","type":"SelectorText"},{"id":"descriptif","multiple":false,"parentSelectors":["bloc"],"regex":"","selector":"p.product-description","type":"SelectorText"}]}

Thanks you !! If i want to do this for another family and with the price just need to add the carcter price ?
thks !