#Astro Website: Main branch is up-to-date, deployed on Vercel yet live website is not showing changes

4 messages · Page 1 of 1 (latest)

crimson thicket
#

Okay so this has never happened to me before. I've been developing this website for weeks now, never had an issue when pushing to main before. Created a staging branch, did PRs. Everything worked normally using Vercel to deploy.

All of a sudden, I push some changes to main, the deploy happens with no issues yet the website is not showing those changes. I clean both Vercel's and my browser's caché and nothing. Tried on another device, nothing again. Deleted and recreated the whole project... and nothing.

I'm flabbergasted, truly don't know what to do from here. Any ideas?

harsh krakenBOT
#
Quiet in here?

It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.

heady plume
#

Hi! This sounds like quite a troubling situation. I don’t have a very good guess for what’s going on but some things you might check are:

  • Do your build logs in Vercel tell you anything? Do you see changes you expect being processed (e.g., newly added files are logged as being built) or are they missing?
  • Is your Vercel deployment set up to only build and deploy from the main branch of your repository?
  • Try cloning the latest version of your main branch to a new directory on your local machine , running npm install and npm run dev and verify that your changes are visible in the local dev environment. If so, something is going wrong between GitHub and your Vercel project.
crimson thicket