bland-cat-29878
09/07/2021, 2:54 PMerror: failed to create DNS record: HTTP status 400: DNS Validation Error (1004)
:
new cloudflare.Record(`aspmx.l.google.com.`, {
type: "MX",
zoneId: zne.id,
name: `aspmx1`,
value: "aspmx.l.google.com.",
ttl: 60,
});
limited-rainbow-51650
09/07/2021, 3:16 PM.
in your value
? DNS providers are not consistent in whether the trailing dot is needed or not.bland-cat-29878
09/07/2021, 3:38 PM