I’ve deployed and promoted my Project: Tabum with a custom domain (tabum.org) which is maintained by a 3rd party Registrar, Ionos. In Proejct settings> Domain on Vercel I see my domain with the message “No Deployment”. Going to Tabum.org (incognito mode) produces a Vercel generated message:
I can see you’ve set up the domain correctly but you have not promoted any deployments to the production. To fix this, follow the steps laid out in the Promoting Deployments guide.
As I suspected, I was able to download a Zip from my Vercel chat of the files, upload to my Git repo and connect my Vercel project to said Git repo. This allows me to deploy/promote to Prod.
In my opinion, this is an unneeded step. I am a designer and wanted to create this entirely in Vercel and Figma as a case study in ‘no code’. Adding Git is not a designer friendly concept.
Thanks for the help, if there is something I’m missing re comment above: You need Promote a staged production build to make it available as Production .
please let me know!
Thanks for your reply and indeed it sounds like a buggy behavior. Can you share us a screencast how you reproduce this from scratch so we can take a closer look?
Because your deployment is already in Production but in Staged state.
Thanks Swarnava! So things seem to be going well now. If I deploy a new version in v0 and then promote it in Vercel project, it updates the code to my custom domain, tabum.org. I still have to sync my files to Github but since I’ve made the initial connection (to Github), it seems to work.
I tried to take a Loom but can’t repro (now) with this project. I will re-visit on my next project if issue comes up again.