Open orelbn opened 3 weeks ago
Can you describe the steps? Did you deploy to dev with a custom domain?
Yes, I deployed to dev with a custom domain first. At this point, this is resolved on my end, but it might be helpful to refer to this issue if you want to make a change in handling DNS records when changing between stages. Feel free to close.
I created the email component for my dev environment, but when I tried to move it over to production, the deployment gets stuck on aws:ses:DomainIdentityVerification. I am using the Cloudflare DNS
sst.config.ts
Deploy output.
Any help is greatly appreciated!
Update: Email component was able to be created after 23 minutes, but the deployment failed due to duplicate records.
Changed my config to:
As a workaround, after the DomainIdentityVerification was created, to avoid needing to try to create the DNS record on cloudflare.
Steps: Deployed to the dev environment that uses the dev aws account with a custom domain through Cloudflare DNS. Deployed to the production environment that uses the production aws account with a custom domain through Cloudflare DNS.