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

Error DNS_PROBE_FINISHED_NXDOMAIN #1186

Open
gaeldelmer opened this issue Jul 7, 2024 · 4 comments
Open

Error DNS_PROBE_FINISHED_NXDOMAIN #1186

gaeldelmer opened this issue Jul 7, 2024 · 4 comments

Comments

@gaeldelmer
Copy link

Description
After what appeared to be a successful installation, I'm encountering a DNS error when navigating to magento.test.
I have already added 127.0.0.1 magento2.test to C:\windows\system32\drivers\etc\hosts as specified in the WSL2 documentation #372.
Everything else seems to be functioning correctly, as I'm able to run setup upgrades and install sample data.

Steps To Reproduce

  1. Install on Windows 11 WSL with one line script
  2. Go to https://magento.test/ on Chrome or Edge

Expected Result
Display of Magento website

Actual Result
Display of DNS_PROBE_FINISHED_NXDOMAIN

@gaeldelmer gaeldelmer changed the title DNS_PROBE_FINISHED_NXDOMAIN Error DNS_PROBE_FINISHED_NXDOMAIN Jul 7, 2024
@prodigitalsschulze93
Copy link

got the same issue here. Is there a Solution for this ? I´ve also tried to do the step by step which causes the same error. I´ve done the exact same thing on my mac (one-liner and step by step) and it´s working. But we need that for our Windows Laptops to get work.

@dvzanden
Copy link

dvzanden commented Aug 5, 2024

Same problem here, running from a windows laptop with WSL2.

@aesamphp
Copy link

same issue happend to me from a Windows laptop with WSL2 and Docker v4.31.0

@MrBlaBlak
Copy link

MrBlaBlak commented Aug 27, 2024

I had the same issue. Run these commands:
sudo mkdir -p /etc/systemd/resolved.conf.d

echo -e "[Resolve]\nDNS=127.0.0.1\nDomains=~test\n" \ | sudo tee /etc/systemd/resolved.conf.d/warden.conf > /dev/null

sudo systemctl restart systemd-resolved
and if you are supposed to open https://magento.test/ then you also should add 127.0.0.1 magento.test to C:\windows\system32\drivers\etc\hosts NOT magento2.test

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

5 participants