Critical errors Rest API, Loop Back Request error
-
I got the following errors in my site egtours.com when I check the health of the WordPress site.
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.
Error 1.
The REST API call gave the following unexpected result: (508) <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> <HTML><HEAD> <TITLE> 508 Resource Limit Is Reached</TITLE> </HEAD><BODY> <H1>Resource Limit Is Reached</H1> The website is temporarily unable to service your request as it exceeded resource limit. Please try again later. </BODY></HTML> .
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.
Error 2
The loopback request returned an unexpected http status code, 508, it was not possible to determine if this will prevent features from working as expected.
The page I need help with: [log in to see the link]
- The topic ‘Critical errors Rest API, Loop Back Request error’ is closed to new replies.