Cannot download CSV reports from App Store Connect Analytics. Started this week. When I try to export Analytics data as CSV, the export fails and the page shows this JavaScript error:
Cannot read properties of null (reading 'match')
The failed request in Chrome DevTools is:
POST https://appstoreconnect.apple.com/analytics/api/v1/data/time-series-csv
Response:
410 Gone
Example Analytics page where it happens:
/analytics/metrics?chartType=singleaxis&dateSpec=d7&frequency=day&groupByDimensionKey=campaignId&measureKey=totalDownloads
This happens when trying to download/export CSV reports from App Store Connect Analytics. I also tried bypassing the service worker, but the request still returns 410 Gone from the server.
Tried Chrome and in Firefox clearing cache and storage and incognito but still failing.