Next.js Application Serving Older Version After Successful Vercel Deployments
I’m experiencing an issue where some users continue to see an older version of our Next.js application even after multiple successful production deployment.
I found a previous discussion about this issue, but the topic has been closed and the suggested solution references a Data Cache purge option that no longer appears to exist in the current Vercel UI.
Details:
-
Next.js application hosted on Vercel
-
Latest deployment is marked as Production
-
Deployment completes successfully with no errors
-
Issue affects the frontend application, not API responses
-
Some users continue to receive an older version of the application
Has the recommended troubleshooting process changed? Are there any known causes related to frontend asset caching, CDN caching, or client-side caching that could result in users receiving an older build after deployment?
Any guidance would be appreciated.