Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom domain gives error: DNS_PROBE_FINISHED_NXDOMAIN #3859

Closed
3 tasks done
xkeshav opened this issue Dec 18, 2023 · 3 comments
Closed
3 tasks done

custom domain gives error: DNS_PROBE_FINISHED_NXDOMAIN #3859

xkeshav opened this issue Dec 18, 2023 · 3 comments
Labels
archived This issue has been locked. custom-domain Custom domain issues

Comments

@xkeshav
Copy link

xkeshav commented Dec 18, 2023

Before opening, please confirm:

App Id

arn:aws:amplify:ap-south-1:073532590105:apps/daq7xv6udp9ox

Region

ap-south-1

Step

custom domain redirect issue

Status

DNS_PROBE_FINISHED_NXDOMAIN

Issue or question

I have custom domain which is added in route53 and all domain verification done and on AWS amplify dashboard also display that it is available but when I click on domain the page does not open but gives error while with random subdomain of aws.amplifyapp.com ( which is default when build done ) was working fine

can you please tell me what is missing here

This site can’t be reachedCheck 

DNS_PROBE_FINISHED_NXDOMAIN

I have added one redirect rule below 2 rules ( which comes by default )

[
    {
        "source": "https://recursivezero.com",
        "target": "https://www.recursivezero.com",
        "status": "301",
        "condition": null
    },
    {
        "source": "https://recursivezero.com",
        "target": "https://www.recursivezero.com",
        "status": "301",
        "condition": null
    },
    {
        "source": "/<*>",
        "target": "/index.html",
        "status": "200",
        "condition": null
    }
]

Error message

custom domain doesnt' load

Additional information

this app using Astro v 4 which require node 18 so custom image amplify:al2023 is used

@xkeshav xkeshav added the custom-domain Custom domain issues label Dec 18, 2023
@xkeshav
Copy link
Author

xkeshav commented Dec 18, 2023

I have fixed this after changing rewrite rule

Source address Target Address Type
/<*> /index.html 404 (Rewrite)

@xkeshav xkeshav closed this as completed Dec 18, 2023
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Copy link

This issue has been automatically locked.

@github-actions github-actions bot added the archived This issue has been locked. label Dec 18, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived This issue has been locked. custom-domain Custom domain issues
Projects
None yet
Development

No branches or pull requests

1 participant