Export Data fails on large datasets; simply shows loading forever

When I hit export data, it never exports. I'm basically just trying to grab 20 URLs off of 300-400.
On scrapes with less pages, the data exports after a while.

Web Scraper version: 1.29.66
Chrome version: Version 117.0.5938.92 (Official Build) (64-bit)
OS: Windows 11

Sitemap:

{"_id":"Scrape1","startUrl":["https://example.com?Page=1"],"selectors":[{"id":"pagination","parentSelectors":["_root","pagination"],"type":"SelectorLink","selector":"li:nth-of-type(n+2) a.page-link","multiple":true,"linkType":"linkFromHref"},{"id":"ComicLink","parentSelectors":["pagination"],"type":"SelectorLink","selector":".caption a","multiple":true,"linkType":"linkFromHref"},{"id":"ComicName","parentSelectors":["pagination"],"type":"SelectorText","selector":".caption a","multiple":true,"regex":""},{"id":"Type","parentSelectors":["pagination"],"type":"SelectorText","selector":"a.thumb_cat","multiple":true,"regex":""}]}

Error Message:

{"timestamp":1696133789,"level_name":"INFO","message":"initializing Background Script message listener","runTime":0,"logSource":"Node"}

Note: web scraper does not show in developer options unless a website is loaded. It is inaccessable from Chrome settings, addons, new tab, etc.