• I try to generate static files but I recive this error:

    An error occurred: cURL error 28: Operation timed out after 30013 milliseconds with 0 bytes received

    In diagnostic mode I have information that:

    Checking if WordPress can make requests to itself from 192.168.0.137 Not a valid url.

    I use LocalWP with PHP: 7.4.1, Apache, MySQL, WordPress 5.8.2

    Is that something I can unblock? If yes then how can i do it?

    • This topic was modified 2 years, 11 months ago by tomaszwiklo.
Viewing 1 replies (of 1 total)
  • It is problem which haunted me for few days with bunch of diagnostics, but then I found solution (it is Windows only, but it is portable application) – Laragon.

    After migrating site to it (copy local files and import SQL file using phpmysql from Laragon, change password, username and db name in wp_config.php) you will see that it will work just fine.

    Few notes: in Settings of Laragon change Hostname template from {hostname}.app to {hostname}.local so it don’t need changes for domain in SQL table wp_options

    There you can setup custom env and even test site with PHP8.0 and 8.1. Plus it is waay faster then Local which is slow, even for small changes as app is loading files from multiple locations (at least on Windows), while Laragon is fast and have better SSL support.

Viewing 1 replies (of 1 total)
  • The topic ‘cUrl error for WPLocal’ is closed to new replies.