REST API & loopback request errors
-
I have performed several tests to isolate the culprit of the event, which is,
when the WHMCS-Bridge plugin is enabled, the “Site Health” tool on WP throws the following errors:The REST API encountered an 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 10000 milliseconds with 0 bytes receivedand
Your site could not complete a loopback request
Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes receivedit also triggers a recommended improvement warning:
Background updates may not be working properly
Background updates ensure that WordPress can auto-update if a security update is released for the version you are currently using.– Warning Could not confirm that the
wp_version_check()
filter is available.
+ Passed No version control systems were detected.
+ Passed Your installation of WordPress doesn’t require FTP credentials to perform updates.
+ Passed All of your WordPress files are writable.I have disabled all the plugins and performed some tests:
– All plugins disabled, but whmcs-bridge alone triggers these errors.
– All plugins enabled but whmcs-bridge, no error on Site Health.I opened a support ticket over 24 hours ago had no reply so hopping I’ll get some help here.
- The topic ‘REST API & loopback request errors’ is closed to new replies.