I recently deleted my local git folder, and re-initialized it. since then, i when i pushed commits for deployment, it is successfully deployed, but my application is not updated. i have checked from my local git end, everything seem to be okay, so i suspect the issue is between github and vercel, how can i resolve this issue
Welcome to the Vercel Community!
Let’s see if I can help out here. Could you check the following?
- Visit your GitHub repository to confirm that the latest commits are there.
- If you go to your Vercel dashboard and check the project settings, make sure the correct GitHub repository is linked.
- Try forcing a new deployment from the Vercel dashboard. Project > Deployments > Redeploy.
- After initiating a new deployment, check your logs for any errors or warnings.
- Review your project’s build settings and make sure that the build command and output directory are correct.
- Clear Vercel cache
- If the issue persists, try reconnecting the GitHub integration.
Let us know how you get on and what ended up working for you!