Reference
Troubleshooting
Events missing, crawlers missing, 404 unknown site, empty insights.
No browser events
- Is
v5.jsloading? Check the network tab for/js/v5.jsandPOST /api/event(202). - Did you set
localStorage.v5_ignorewhile testing? - Does
data-domainmatch the site you created? - If you vendored the script, did you set
data-api? - Ad blockers: the path
/js/v5.jsis short on purpose. A filter list that blocksplausiblewill not match it, but a generic "analytics" list might.
No crawlers
- Middleware installed and deployed?
v5.jscannot see GPTBot. - Matcher excluding the pages crawlers hit?
- Simulate:
curl -A "GPTBot" https://your.site/. - Confirm
/api/hitreturns 202, not 404.
404 unknown site
The domain on the event / hit is not in sites. Create it in the dashboard. www vs apex is the usual mismatch.
Empty insights
V5_LLM_PROVIDER is none, or Ollama is down (OLLAMA_HOST). Insights also need rollups — a brand-new site has nothing to say.
Double-counted humans
You set recordHumans: true and loaded v5.js. Pick one path for browsers. recordHumans.
Something off? Open an issue · Edit on GitHub

