Scraper returns no data scraped yet

HI,

I was trying to scrape an internal marketplace. All seems to be fine and the toolbar is showing the right data. After 1 minute the scraper closes the popup and stops. I have lifted the request and delay times but it wont help. Anybody who has an idea?

Thank you

{"_id":"oberlo","startUrl":["https://app.oberlo.com/explore"],"selectors":[{"id":"categories","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"button.margin span","multiple":true,"delay":"15"},{"id":"subcat","type":"SelectorLink","parentSelectors":["categories"],"selector":"div.sub-categories li a","multiple":true,"delay":"5"},{"id":"item","type":"SelectorElement","parentSelectors":["subcat"],"selector":"div.card-body","multiple":true,"delay":"4"},{"id":"name","type":"SelectorText","parentSelectors":["item"],"selector":"div.product-card-title a","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["item"],"selector":"span.product-card-price","multiple":false,"regex":"","delay":0},{"id":"suppliername","type":"SelectorText","parentSelectors":["item"],"selector":"span a","multiple":false,"regex":"","delay":0},{"id":"imports","type":"SelectorText","parentSelectors":["item"],"selector":"div.product-card__stat:nth-of-type(2) div.product-card__stat-value","multiple":false,"regex":"","delay":0},{"id":"pageviews","type":"SelectorText","parentSelectors":["item"],"selector":"div.product-card__stat:nth-of-type(3) div.product-card__stat-value","multiple":false,"regex":"","delay":0},{"id":"orders","type":"SelectorText","parentSelectors":["item"],"selector":"div.product-card__stat:nth-of-type(4) div.product-card__stat-value","multiple":false,"regex":"","delay":0}]}