Replies: 1 comment
-
This discussion was automatically closed because the community moved to community.vercel.com |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi, I have a Next.js (v15.3.2) app deployed on Vercel. Every push to my single branch (
main
) results in a successful build, but the production URL stubbornly serves the previous version of my site. Even after using Redeploy → Clear Cache & Redeploy, manually purging the edge cache, and verifying myCache-Control
headers, the new code never appeared.What “Fix” Worked
I want to understand that -
Beta Was this translation helpful? Give feedback.
All reactions