Migrating from vercel to cloudflare
Where do I find the A record ipv4 that I put in cloudflare?
6 Replies
What are you trying to serve? A Next.js project? An NGINX origin? Something else?
I am busy migrating from vercel, and I would like to know the IPv4 of my dev domain: https://vantasy-repo.pages.dev/. I've connected my github and i would like to fill in the A record ip address in the dns for vantasyproject.xyz once the domain regestration is complete
Custom Domains for Pages Projects are added here: https://dash.cloudflare.com/?to=/:account/pages/view/:pages-project/domains Once a Custom Domain is added, it will either prompt you to create a CNAME record pointing to your project, or create it for you if the domain is already on Cloudflare.
I've added a custom domain, but how do I add a www cname to it if i don't have the IPv4 address of where the site is hosted on cloudflare
@HardAtWork
You add another custom domain with
www.yourdomain.com
Thanks, I'll try that
It worked! thanks 👍