ion icon indicating copy to clipboard operation
ion copied to clipboard

CloudFlare DNS provider does not enable proxying

Open Badbird5907 opened this issue 1 year ago • 0 comments

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))

Discord conversation link

Badbird5907 avatar Aug 19 '24 18:08 Badbird5907