Cannot seem to debug requests to itself error
-
So right now simply static seems to only be converting the index file, and in the diagnostic section I am seeing an error that it cannot make request to itself. I followed the troubleshoot guide(https://simplystatic.com/docs/simply-static-does-not-start/#Check-if-WordPress-can-make-requests-to-itself) and put this line of code in function file:
add_filter(‘ss_origin_url’, function($url) {
$url = ‘http://asd-sparta.local/’;
return $url;
});
Still not working, from my understanding, this is also not supposed to be an issue when I am running the plugin from Local. Just trying to generate some files I can load of on another server.
The topic ‘Cannot seem to debug requests to itself error’ is closed to new replies.