skip to Main Content

I am making a simple local wordpress website. When i go to site health. I have this Fatal problem:

Error in REST API:

An error occurred when testing the REST API:

REST API Endpoint: http://192.168.1.100:5000/blog/wp-json/wp/v2/types/post?context=edit

REST API Response: (http_request_failed) cURL error 28: Operation timed out after 10014 milliseconds with 0 bytes received

I already tried:

But still the error wont go away. How can I solve this.

2

Answers


  1. increase your tome out limit using max_execution_time in php.ini file

    Login or Signup to reply.
  2. I’m experiencing a similar issue in my Site Health. Did you manage to find a solution for your problem?

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search