1

I just installed Laravel Valet. Everything works perfectly, except for the site sharing function.

After typing

valet share

Terminal returns the following output, right before Ngrok opens:

grep: /Users/myname/.config/valet/Nginx/myurl*: No such file or directory

Ngrok gives me a public URL, but my browser returns a page with title Failed to complete tunnel connection and error message dial tcp: lookup myurl.test on 192.168.0.1:53: no such host.

How do I solve this?

Dharman
  • 30,962
  • 25
  • 85
  • 135
Jeroen
  • 21
  • 3

1 Answers1

-3

Solution for laragon

If you are using any VPN, then turn it off and then reload laragon.

Ryan M
  • 18,333
  • 31
  • 67
  • 74