[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Wildcard subdomains not working 143 views · 0 likes · 4 posts Harry Kuperus (@hkuperus) · 2024-07-31 only https://www.tipdeal.nl works but https://randomsubdomain.tipdeal.nl does not work, what am I doing wrong? My domainname is configured at cloudflare the cname is set to "dns only* but it seems I am doing something wrong Pauline P. Narvas (@pawlean) · 2024-07-31 Hi and welcome to the Vercel Community, @hkuperus! Could you share your full DNS configuration? :slight_smile: Harry Kuperus (@hkuperus) · 2024-07-31 this is my cloudflare and vercel configuration [image] best regards Harry Harry Kuperus Head of IT IMP Multimedia GmbH Mühlestrasse 6 8192 Glattfelden Tel. +41786427890 Skype: harry_kuperus_imp On 7/31/2024 4:01 PM, Pauline P. Narvas via Vercel Community wrote: >  > > > > > > > > > >  [Pauline P. Narvas](https://community.vercel.com/u/pawlean) pawlean Vercel Staff > July 31 > > > > > > > Hi and welcome to the Vercel Community, [@hkuperus](https://community.vercel.com/u/hkuperus)! > > > > Could you share your full DNS configuration?  > > > > > > > > > --- > > > [Visit Topic](https://community.vercel.com/t/wildcard-subdomains-not-working/379/2) or reply to this email to respond. > > > > > > > > [Change your email settings](/t/wildcard-subdomains-not-working/379/2/my/preferences/emails) to unsubscribe at any time.   Amy Egan (@amyegan) · 2024-07-31 Hey @hkuperus, Did you add that subdomain to a project? If not, that would explain why it isn't working. [The CNAME record](https://dnschecker.org/#CNAME/randomsubdomain.tipdeal.nl) goes to `cname.vercel-dns.com.`, but Vercel's routing system doesn't know what project should be associated with that request. If all subdomains for [tipdeal.nl](https://www.tipdeal.nl/) should go to the same project, you have a couple of additional configuration options. - [Working with domains: Wildcard domain](https://vercel.com/docs/projects/domains/working-with-domains#wildcard-domain) - https://vercel.com/blog/wildcard-domains - https://vercel.com/guides/wildcard-domain-without-vercel-nameservers