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

getting DNS_PROBE_FINISHED_NXDOMAIN on my custom domain #359

Open
sunny0183 opened this issue Nov 18, 2023 · 2 comments
Open

getting DNS_PROBE_FINISHED_NXDOMAIN on my custom domain #359

sunny0183 opened this issue Nov 18, 2023 · 2 comments

Comments

@sunny0183
Copy link

sunny0183 commented Nov 18, 2023

Works fine on localhost:3000, i can create sites (subdomains) and posts on those sites and visit each of those posts using their subdomain on localhost.

But after deploy on vercel using the public domain (ad3535.com) the only thing works is the landing page on https://ad3535.com that says "Edit this page on app/home/page.tsx". Any attempt to go to https://app.ad3535.com throws DNS_PROBE_FINISHED_NXDOMAIN.

On vercel project i have below environment variable for the root domain
NEXT_PUBLIC_ROOT_DOMAIN=ad3535.com

and i added the domain ad3535.com (A pointing to 76.76.21.21) and *.ad3535.com by changing the nameservers to vercel name servers and it has been 2 days but the DNS is still not resolving, reboot PC and flush dns done several times.

So dns resolves with https://ad3535.com but not with wildcard domains (https://app.ad3535.com or https://pleasework.ad3535.com)

Any ideas??

UPDATE: The site does work using mobile broadband so it seems my ISP is blocking subdomains. My ISP is CommunityFiber in UK. Has any one got similar problem? can you share your experience here please?

@itstrevinooo
Copy link

Hey @sunny0183,

I had the same issue, after struggling for a bit I realized that the domain redirect was the issue.
You must point your www.yourdomain.com to yourdomain.com and add *.yourdomain.com.

It worked for me, hopefully it works for you as well.

@sangyookm
Copy link

Hey @sunny0183,

I had the same issue, after struggling for a bit I realized that the domain redirect was the issue. You must point your www.yourdomain.com to yourdomain.com and add *.yourdomain.com.

It worked for me, hopefully it works for you as well.

Could you elaborate a bit more? I've run into the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants