Cloudflare Site Eating CNAME `name` field.
I'm trying to get the SendGrid API working via my Cloudflare DNS records however when I put in the required
name
into the name field, it eats a portion of it.
For instance, I am attempting to put in url163.mysite.app
it truncates it to url163
then on SendGrid site it says...
Expected CNAME record for "url163.mysite.app" to match "sendgrid.net", but got "".Is this a DNS issue, or a me issue?
4 Replies
put in url163.mysite.app it truncates it to url163this is the same you're just entering the record name not the fully qualified name, it's a ui niceness thingy likely sendgrid isn't seeing the cname due to it being proxied which means they see cloudflare not your original record
Do I simply make it non proxied?
Yes it should be unproxied
Thank you for your help!