ion
ion copied to clipboard
CloudFlare DNS provider does not enable proxying
The CloudFlare dns provider does not enable proxying, and there is no way to enable proxying programmatically via the config.
What I've tried:
export const next = new sst.aws.Nextjs("Next", {
domain: {
name: "connectalum.com",
dns: sst.cloudflare.dns({
transform: {
record: {
proxied: true,
ttl: 1,
}
}
})
},
path: "apps/nextjs",
environment: { ... }
});
This fails with: failed to create DNS record: Target _39b918f2edf59bc2ff944ca1a053462c.djqtsrsxkq.acm-validations.aws. is not allowed for a proxied record. (9003))