I want to chime in here as well as we are having this same issue. I can confirm that previous versions of the plugins have the same issue and it is a conflict between the X Pro / Child theme and the Rank Math SEO plugin.
It appears to be a result of route that Rank Math uses to update the Meta Data. Rank Math boasts almost 1 million users so I would say that is a reasonable size vendor for X Pro to work with to resolve the issue. Below are what was found during our testing of this problem.
api-fetch.min.js?ver=25cbf3644d200bdc5cab50e7966b5b03:2 POST https://www.writewaypublishing.com/wp-json/rankmath/v1/updateMeta?_locale=user 500
Further review revealed:
We were able to narrow down this issue to a problem with the site’s active theme. We found this fatal error in the logs:
PHP Fatal error: Uncaught Exception: Unable to load content from post. in /www/wp-content/themes/pro/cornerstone/includes/classes/content/class-content.php:58
Looking at the line/block of code referenced in the error, it does look like the function is working as expected:
if ( ! is_a( $post, ‘WP_POST’ ) ) {
throw new Exception( ‘Unable to load content from post.’ );
You are not one of Rank Math’s compatible themes - https://rankmath.com/compatibility/
A conversation on how to have the X Pro theme be compatible with Rank Math would be great.