REST API Encountered an error – false positive
-
When using the Site Health on WordPress it is coming back with the error:
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages. The REST API request failed due to an error. Error: [] cURL error 28: Operation timed out after 10002 milliseconds with 0 bytes received
This only happens when our plugin, WHMCS Bridge, is enabled, disabling it causes the error to go away. However, /wp-json/ works just fine while the plugin is enabled and there are no other issues I can see. The plugin uses CURL quite extensively (unfortunately WordPress’s curl wrapper for http requests is too limited for what we need).
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘REST API Encountered an error – false positive’ is closed to new replies.