MujtabaBuilds Journal

Domains & DNS

How to Connect a Wix Domain to Vercel

You do not need to understand every technical detail to handle connect a wix domain to vercel. Follow the checks in order and keep a note of anything you change.

01Domain02DNS03Hosting04Website
A simple map of the process described in this guide.

What Wix does and what you need

Wix is the registrar or DNS manager in this setup. Vercel hosts the website; Wix tells browsers where to find it. You need access to both accounts, the domain name, and a successful Vercel deployment before changing anything.

I know DNS screens can look busy at first. Take a screenshot of the current records before editing them, especially MX records used by email.

  • A working Vercel project
  • Login access to Wix
  • The exact DNS values shown in Vercel
  • A note of any existing email records

Log in and find Wix DNS settings

Sign in to Wix, open Domains → Domain Actions → Manage DNS Records, and choose the domain you want to connect. The record-name field is labelled “Host name” in this dashboard.

DNS can be edited in Wix only when Wix manages the domain's nameservers. Otherwise, make the change at the active DNS provider.

  1. 01

    Open the domain

    Check that you selected the exact root domain, not a similarly named domain or an old renewal.

  2. 02

    Open DNS records

    If the DNS panel is read-only, the domain is using nameservers from another provider. Make the change where those nameservers point.

Add the domain in Vercel first

Open the Vercel project, choose Settings → Domains, enter the domain, and select Add. Vercel will show the records required for that specific project.

Use the values Vercel displays instead of copying an IP address from an old tutorial. Hosting providers can change their recommended records.

  1. 01

    Add the root domain

    Enter example.com if the root domain should open the site.

  2. 02

    Add the www version

    Add www.example.com too, then choose which version should redirect to the other.

Add A, CNAME, and TXT records

An A record points a name to an IPv4 address. A CNAME points one hostname to another hostname. A TXT record usually proves ownership. Add only the record types Vercel asks for.

Remove a conflicting record with the same name only after confirming it is not used by another live service.

DNSExample DNS plan
TYPE    NAME    VALUE
A       @       <IP shown by your hosting provider>
CNAME   www     <target shown by your hosting provider>
TXT     @       <verification value when requested>

When to change nameservers

You usually do not need to change nameservers just to connect a Wix domain to Vercel. Keep the existing nameservers and edit A or CNAME records in the active DNS zone.

Change nameservers only when you intentionally want another company to manage the entire DNS zone. Copy MX, TXT, and other important records first so email and verification services keep working.

Verify the domain and SSL

Return to the Vercel Domains screen and select Refresh after saving the DNS records. A valid configuration will move from pending to configured, and Vercel can then issue the HTTPS certificate.

DNS updates often appear within minutes, but cached answers can take longer. Allow up to 24–72 hours before treating propagation alone as a fault.

  1. 01

    Check DNS

    Use a DNS lookup for the exact hostname and confirm the returned value matches Vercel.

  2. 02

    Check HTTPS

    Open the site in a private browser window after Vercel reports the domain as configured.

Common mistakes to avoid

Most problems come from a small set of preventable choices. Check these before assuming the platform is broken.

  • Changing several DNS records at once, which makes the real cause difficult to identify.
  • Copying a value from an old tutorial instead of the current provider dashboard.
  • Testing only the happy path and forgetting mobile, private browsing, or a failed request.
  • Removing a working configuration without saving a screenshot or rollback note.

Troubleshooting

The change is not visible

Check the authoritative nameservers, query the exact hostname, and allow cached DNS answers time to expire.

The dashboard says configuration is invalid

Compare the type, name, and value character by character. Remove protocols such as https:// from fields that expect only a hostname.

It works on desktop but not mobile

Test on a real phone, check touch targets and viewport behavior, and look for scripts that fail on slower connections.

Frequently asked questions

How long does connect a wix domain to vercel take?

The edit itself usually takes a few minutes. DNS propagation and HTTPS verification may take longer, sometimes up to 24–72 hours.

Can I undo the change?

Usually, yes—if you record the original value first. For a live website, keep a backup or previous deployment available before you start.

When should I ask a developer for help?

Ask for help when the change affects payments, accounts, email, customer data, or a live domain you cannot safely take offline.

Useful official references

Provider dashboards change, so use these official references to confirm labels and values before editing a live setup.

Mujtaba Muneer logo

About the author

Mujtaba Muneer

I’m an independent web developer with four years of experience building responsive websites, web applications, and API integrations. I write these guides to make technical decisions feel manageable.

A quick personal note

Need Help With Your Website?

Hey, I’m Mujtaba. Tell me what you are trying to build or fix, even if it is only a rough idea. I personally read every message and will reply with the clearest next step.

No spam or automated sales messages. I’ll personally review your request.