So I have been having some issues lately with a project I have been doing. You see, I have been working with a client in building a small landing page for their startup. The project went well it was hosted with a free static link from Vercel.
When the project got finished another Developer got in charge of setting it up with the correct Domain. It all went well. But I started to noticed that the small changes I was making wouldn't automatically update.
Unfortunately, I only realized this the day before I had to showcase the changes. Luckily the client understood and in order to just get over with it. I created another project linked it up to the same Github Repo and just called it a day. So the developer that handles the Domain just made the switch.
But after some testing I realized the new Project I have just made also didn't automatically update. I found it weird and created another Project for testing purposes and see if it did automatically update. Which it didn't.
Now I don't want to mess around too much since the account is not my own but rather the client's. But I still found it annoying that I have to every time change domains in order to register changes. It is as if the Projects are Snapshots rather than CI/CD. And this only started happening after the other developer got involved and the Domains where setup.
After checking the deployment page within the Github Repo I also found this: .jpg
I have already told the client about this and hopefully we can meet up. But I don't want to just say something is wrong. Hopefully someone more experienced when working in Vercel and when working with situations like the one I am in right now can help me out. Or give me some advice into what to do.
Any help is appreciated. Thank you for your time!