- 🇦🇺Australia thursday_bw
Oh, I just experienced this, I have just installed matomo on my development site and I had a typo in both the http and https URLs.
I got "This website encountered an unexpected error" and had to view my PHP error log to see the same error as reported above.
Uncaught PHP Exception GuzzleHttp\\Exception\\ConnectException: "cURL error 6: Could not resolve host: mispelledsubdoman.example.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://mispelledsubdoman.example.com/matomo.php" at /app/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 210, referer: https://mispelledsubdoman.example.com/admin/config/system/matomo
Adding this comment, and following the issue, I'll try and do a review if I find some time.