Vercel pulling old Commit

Your GitHub repository URL (https://github.com/unagidotcom/next).
latest commit on GitHub is 31f2d54, but Vercel is continually pulling 12f544a.

Hi, @unagis! Welcome to the Vercel Community :waving_hand:

If your Vercel deployment isn’t updating as expected, first check that your project is set to deploy from the correct branch and that the latest commit has been pushed there.

Sometimes the issue lies with the GitHub webhook try disconnecting and reconnecting the repository from your Vercel project settings to refresh the integration. You can also manually trigger a deployment by clicking “Redeploy” in your Vercel dashboard.

If problems continues, try clearing the build cache by setting the environment variable VERCEL_FORCE_NO_BUILD_CACHE=1 for your next deployment.

1 Like

This worked - adding the env variable! Thanks Pauline.

1 Like

Glad I could help :smiley:

Let us know if we can help with anything else!

sorry but the problem persists. vercel’s tugging on a cached version of the repo instead of fully utilising the changed codebase. I added a new background.png to the landing page of my site as well as a title but it wasn’t pulling it.

Hey @unagis and @ralfiette , how is the project currently deploying to Vercel. Is it using the built-in git integration or are you running your own CI/CD?