I use loopia as dns and have configured CNAME correctly and also I set the ttl for the dns record to 300.
I have also verified the cname exists through DNS Checker - DNS Check Propagation Tool
But it always seem to take approx 1 hour before the configuration is approved in vercel ui.
I have tested this a couple of times now and it always take a lot longer then it needs to.
Is there something wrong or could I be doing something wrong?
I saw that post and the suggestion about setting a very low TTL before sending the creation request.
So the best way to do this is to stagger the creation of the subdomain with a low ttl.
Then after maybe a minute create it in vercel and hope that it have had time to propagate?
thank you for the support
Or should I just use wildcards if I plan to add many subdomains?
A wildcard subdomain can be very helpful if you plan to add many subdomains for your Vercel projects. You could also consider using Vercel nameservers to let you manage DNS records from your Vercel dashboard
Yes I did change to vercels nameservers and added a wildcard which made it work pretty much instant.
Only problem with it is that I actually wanted cloudflare to manage the dns to use their cdn and caching though I guess that using wildcard domains safely is not possible without it.