cURL error 6: Could not resolve host (laravel)
Hello, I'm using the Ipinfo plugin for Laravel. Now, while the internet is not present or sometime if the internet is slow then I'm getting messages when working on localhost.
While No Internet : ipinfo\ipinfo\IPinfoException cURL error 6: Could not resolve host: ipinfo.io (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://ipinfo.io/127.0.0.1
While Network Issue or Slow Net: cURL error 28: Connection timed out after 2002 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://ipinfo.io/127.0.0.1
I want to make my site run even if this happens, I want to suppress this error. Please tell me how I can achieve it?
Additionally, I also found my google search console shows that my site has 5XX errors in 27 pages. While site is working fine on the server "site address: https://famebala.club". It means my site pages give 500 errors when google crawls my site and I guess this plugin error can be a reason.
Please or to participate in this conversation.