[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# Custom domain setup issue

150 views · 1 like · 4 posts


Attilaballa (@attilaballa) · 2024-08-06

Hi there,

Trying to set a custom domain for a vercel project, but after setting the records in the DNS provider and waiting... well, too much time, I'm still not getting any results. Any suggestions would be welcome :) 

Here is the configuration in the DNS provider's admin tool: 
![image|690x176](upload://2jxzQtuZ3dBMCBLHUQLj0eMtTMf.png)

This is what I have on Vercel's side: 
![image|572x500](upload://ngOaBYyxxIxeev6c3LQedQYWOOE.png)


Pauline P. Narvas (@pawlean) · 2024-08-06

Hi, @attilaballa!

I checked the **[DNS Propagation Checker](https://www.whatsmydns.net/#CNAME/wcsmk.hu)** and can confirm that both your A Record and CNAME is not propagating. 

Based on the screenshots, could you try changing the name of both to what we suggested on Vercel? For example:

`@` - `A` - `76.76.21.21`
`www` - `CNAME` - `cname.vercel-dns.com.`


Attilaballa (@attilaballa) · 2024-08-06

Thanks for looking into it. I think it's correct as it currently is, the dashboard is not showing the @ or the www in the table, but editing a record looks like this: 

A
![](upload://4kdvI7xFLr4yQNHeEYsROk1IcLQ.png)
CNAME
![](upload://AjHKWwtPnBd0PSNhiTRz0tOTCQQ.png)


Attilaballa (@attilaballa) · 2024-08-07 · ♥ 1

The problem has been resolved. The issue was on the domain provider's side, there was an additional verification step required, but the admin panel did not communicate this is any way, I got to know about it from their support.

All good now :slight_smile: