Web Analytics is completely broken on my site. I've been using it with no issues for over a year (no framework, just the html scripts in the head of each page). After I deployed a minor page content change on 18th August, page views dropped on the day and have been at zero since 19th.
Using chrome dev tools, I initially found that _vercel/insights/view was returning 404 on a POST request. Now, after redeploying, _vercel/insights/script.js is now failing with a 404 on GET.
There are no build log errors, in fact there are no build logs at all.
Example logs before 18th Aug:
04:28:55.582 Running build in Washington, D.C., USA (East) – iad104:28:55.583 Build machine configuration: 2 cores, 8 GB04:28:55.584 Retrieving list of deployment files...04:28:55.725 Previous build caches not available.04:28:55.903 Downloading 17 deployment files...04:28:56.424 Using prebuilt build artifacts from .vercel/output04:28:56.424 Learn more: https://vercel.link/build-output-api04:28:56.582 Deploying outputs...04:29:02.105 Deployment completedLogs after:
03:43:43.747 Deployment completedThe only other difference in builds I can find is that Build Machine in build settings has been changed from Standard to Basic and I can't change it back.