You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to assign a domain to my production deployment, but it failed with the following error:
Error creating DNS Record: Could not create DNS Record, unexpected error: invalid_name - Please specify a name or use an ALIAS Record instead, if you're attempting to set a CNAME value for the apex domain.
Makes sense because it generated the following record. Vercel's DNS doesn't like that:
Okay, so I removed the custom domain from the sst config and deployed. Then re-added it, but first got the following error:
✕ Failed
Frontend sst:aws:Remix → FrontendCdnDistribution aws:cloudfront:Distribution
updating urn:pulumi:production::neugekocht::sst:aws:Remix$sst:aws:CDN$aws:cloudfront/distribution:Distribution::FrontendCdnDistribution: 1 error occurred:
CloudFront: UpdateDistribution, https response error StatusCode: 400, RequestID: dcb78a2b-c18b-432c-95ea-17c81c45c9c1, IllegalUpdate: Only one viewer certificate change may be in progress at a time.
Ran it again a little while later and it worked. The ALIAS record got created. So, I guess it is working after all?!
I wanted to assign a domain to my production deployment, but it failed with the following error:
Makes sense because it generated the following record. Vercel's DNS doesn't like that:
A transform to an
ALIAS
record fixed it.I think this could/should be done by default in
sst.vercel.dns
whenrecord.name === args.domain
.The text was updated successfully, but these errors were encountered: