Could not find hosted zone 'email'
See original GitHub issueHi there,
Trying to set up a domain with the TLD .email and am having issues.
Have tried creating a Route53 hosted zone manually through the AWS console, but still get the same result. Would appreciate any help.
Error --------------------------------------------------
Error: 'mydomain.email' was not created in Route53.
Error: Error: Could not find hosted zone 'email'
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Stack Trace --------------------------------------------
Error: Error: 'mydomain.email' was not created in Route53.
Error: Error: Could not find hosted zone 'email'
at changeResourceRecordSet.catch (/home/sam/emailapp/node_modules/serverless-domain-manager/index.js:63:17)
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Why can't my server receive email after I created an MX record ...
I created a mail exchanger (MX) record for my Simple Mail Transfer Protocol (SMTP) server in Amazon Route 53. Now my server can't...
Read more >Amazon AWS Route 53 Hosted Zone does not work
Log in to your AWS web console · Select Route53 service · Select Hosted Zones in the left pane · Select verticeinteractive.co.uk (but...
Read more >Hosted zone not configured properly for workmail - AWS re:Post
Hi I recently transfered my domain to route 53 but am having an issue when setting up Workmail. I went through the setup...
Read more >Configure Email Delivery - Update MX records - Zoho
If you are unable to receive specific emails, check whether the email server that sends emails, does not relay to Zoho Mail, or...
Read more >serverless-domain-manager - npm
If hostedZoneId is set the route53 record set will be created in the matching zone, otherwise the hosted zone will be figured out...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That appears to have done the trick (at least, error messages have disappeared). Need to wait for nameservers to update overnight - will hopefully be able to confirm all working tomorrow. Thanks for your help.
What does
aws route53 list-hosted-zones
output? Do you see a hosted zone formydomain.email
in there?