Genesis framework rest API error
-
When I click “edit” page I get an error saying: The editor has encountered an unexpected error.
I turned on debug to see the actual error and this what I got:
Notice: register_rest_route was called incorrectly. The REST API route definition for genesis/v1/layouts/(\w+) is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/robbiecd/public_html/sandbox2/wp-includes/functions.php on line 5225
Notice: register_rest_route was called incorrectly. The REST API route definition for genesis/v1/singular-images is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/robbiecd/public_html/sandbox2/wp-includes/functions.php on line 5225
Notice: register_rest_route was called incorrectly. The REST API route definition for genesis/v1/breadcrumbs is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/robbiecd/public_html/sandbox2/wp-includes/functions.php on line 5225
Notice: register_rest_route was called incorrectly. The REST API route definition for genesis/v1/reading-settings is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/robbiecd/public_html/sandbox2/wp-includes/functions.php on line 5225
—-
I’m using WordPress v5.5.1
With: Genesis Framework v3.2.1
child theme: Magazine Pro v3.5.1I get this error anytime I try to edit a page. I have cleared my sites cache, browser cache, tried it in Chrome/Firefox/Edge.
- The topic ‘Genesis framework rest API error’ is closed to new replies.