Problem
I purchased a domain on Vercel, treeauth.com, for a project that I have deployed on Render. On Render, the domains are verified, but an SSL certificate is not being issued.
Current Behavior
After troubleshooting with both Render and Vercel support bots, it was concluded that the issue is caused by two Vercel-managed DNS records configured for my domain:
-
Name: *
-
Type:
ALIAS -
Value:
cname.vercel-dns-017.com_______________________
-
Type:
ALIAS -
Value:
cname.vercel-dns-017.com
Both the Render and Vercel bots suggested deleting these records to resolve the conflict. However, I cannot delete them because they are marked as Vercel managed in the dashboard.


Is there something I am doing wrong and/or something else that I can do?