Deployment issues

Hi All,

when i deploy changes, Vercel starts doing its thing and builds out the changes with no errors. however the deploy changes button does not change to redeploy it stays on deploy changes. whejn i check my application the changes do not take effect and when i check the setting on my Verecel projects it does not register the deployment. can someone help with this? thanks in Advance

Hi, Ava! Welcome to the Vercel Community. :waving_hand:

Could you take a look at your deployment logs? Head over to your Vercel dashboard and check the deployment history. Even if it’s not showing up where you expect in the settings, there might be some failed deployments listed with helpful error messages.

Next, double-check that your Git repo is properly connected. Sometimes a small permission issue can block the whole process. Make sure Vercel still has access and everything’s linked up as it should be.

Also, have a look at the build logs. It’s possible that the build looks successful at a glance but actually failed partway through. The full logs in your dashboard will give you a clearer picture.

If everything seems fine but you’re still stuck, try redeploying manually. You can do that by going to your project dashboard and clicking “Redeploy” on a previous successful deployment. It’s a quick way to nudge things back into gear.

Hope one of these helps! Let me know how it goes.

1 Like