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?