Hello everyone!
I stumbled in a weird issue…
within the file Crawler.php there is the function crawlUrl() and at the beginning it retrieves the Curl Handler and it checks if it’s a resource. If it’s not a resource then it will bail out and won’t crawl anything.
Apparently that happens for all urls in my setup (Bitnami WP on AWS EC2 using php 8), but if I remove that check then the site is crawled and deployed correctly…
I am not sure what’s happening but if I log gettype($handle) it says it’s an object…
Could it have something to do with my setup? or maybe that conditional check should be less strict?
I am using version 7.1.6 of Wp2Static plugin.
thanks in advance for your help!