Menu
Important
Stay updated on React2Shell

Vercel Web Analytics Troubleshooting

Last updated July 29, 2025

Issue: If you are experiencing a situation where data is not visible in the analytics dashboard or a 404 error occurs while loading , it could be due to deploying the tracking code before enabling Web Analytics.

How to fix:

  1. Make sure that you have enabled Analytics in the dashboard.
  2. Re-deploy your app to Vercel.
  3. Promote your latest deployment to production. To do so, visit the project in your dashboard, and select the Deployments tab. From there, select the three dots to the right of the most recent deployment and select Promote to Production.

Issue: Web Analytics may not function when using a proxy, such as Cloudflare.

How to fix:

  1. Check your proxy configuration to make sure that all desired pages are correctly proxied to the deployment.
  2. Additionally, forward all requests to to the deployments to ensure proper functioning of Web Analytics through the proxy.

Issue: Not all data is visible in the Web Analytics dashboard

How to fix:

  1. Verify that you are using the latest version of the package.
  2. Make sure you are using the correct import statement.

Was this helpful?

supported.