How can I scrape these reviews

Describe the problem.

I want to scrape some vegetarian reviews from https://www.thevegankindsupermarket.com/

The setup is ready, when I start to scrape everything seems well. Only when the pagination of the reviews begins to start at product level, only the first page of the reviews will be done, then he goes to the next product (so i scrape max 10 reviews per product). Does anyone how this can be solved? The pagination (the element click does not work well?)

Sitemap:
{"_id":"thevegankindsupermarket","startUrl":["https://www.thevegankindsupermarket.com/c/meat-seafood"],"selectors":[{"id":"elementclick","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.grid-products-sm","multiple":true,"delay":2000,"clickElementSelector":"button.w-40","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"links","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.overflow-hidden","multiple":true,"delay":0},{"id":"titleproduct","type":"SelectorText","parentSelectors":["links"],"selector":"h1.text-4xl","multiple":false,"regex":"","delay":0},{"id":"aantalreviews","type":"SelectorText","parentSelectors":["links"],"selector":"span.feefowidget-product-stars__reviews-count","multiple":false,"regex":"","delay":0},{"id":"elementclick2","type":"SelectorElementClick","parentSelectors":["links"],"selector":"feefowidget-feedbacks-item","multiple":true,"delay":2000,"clickElementSelector":".feefowidget-pagination-list-item-next span","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"text","type":"SelectorText","parentSelectors":["elementclick2"],"selector":"div.text-restriction-container-more","multiple":false,"regex":"","delay":0},{"id":"stars","type":"SelectorHTML","parentSelectors":["elementclick2"],"selector":"div.feefowidget-section-rating","multiple":false,"regex":"","delay":0}]}