Kristian Lake
03/23/2022, 4:10 PM${scope.stage}.<http://example.com|example.com>
,
domainAlias: scope.stage === "prod" ? "www.example.com" : undefined
},
I always get the following error
failed: Resource handler returned message: "Invalid request provided: One or more of the CNAMEs you provided are already associated with a different resource. (Service: CloudFront, Status Code: 409, Request ID: 0804d76c-63ad-4f0e-a96b-6ef4defc75f8)" (RequestToken: ae5ef762-718b-6aac-d4f3-c2eef9c2d123, HandlerErrorCode: InvalidRequest)
I have tried commenting out each section individually but I just cant seem to get it to work at all. (without the customDomain it does deploy properly)
Things i have tried
1. removing cloudformation stacks manually
2. removing assets manually including entries in Route53
3. upgrade of sst (and a redowngrade due to Missing key 'Status' issue)
help! lol 🙂thdxr
03/23/2022, 4:12 PMthdxr
03/23/2022, 4:13 PMthdxr
03/23/2022, 4:13 PM<http://example.com|example.com>
that's probably whyKristian Lake
03/23/2022, 4:16 PMKristian Lake
03/23/2022, 4:17 PMKristian Lake
03/23/2022, 4:53 PMKristian Lake
03/23/2022, 4:58 PMFrank
Kristian Lake
03/23/2022, 5:32 PMFrank
<http://www.domain.com|www.domain.com>
that’s in use.Kristian Lake
03/23/2022, 5:33 PMFrank
Kristian Lake
03/23/2022, 5:35 PMKristian Lake
03/23/2022, 5:35 PMFrank
Kristian Lake
03/23/2022, 5:36 PMKristian Lake
03/23/2022, 5:36 PMFrank
<http://www.domain.com|www.domain.com>
for API or CloudFront (StaticSite) in any other AWS region/account?Kristian Lake
03/23/2022, 5:36 PMKristian Lake
03/23/2022, 5:37 PMKristian Lake
03/23/2022, 5:39 PMKristian Lake
03/23/2022, 5:40 PMFrank
Kristian Lake
03/23/2022, 5:41 PMKristian Lake
03/23/2022, 5:43 PMKristian Lake
03/23/2022, 5:47 PMKristian Lake
03/23/2022, 6:10 PMKristian Lake
03/23/2022, 6:10 PMAdrian Schweizer
03/23/2022, 8:49 PMAdrian Schweizer
03/23/2022, 8:50 PMscope.stage + ".<http://example.com|example.com>"
Frank
Adrian Schweizer
05/06/2022, 9:37 PM