-
We are seeing an issue where we are unable to save changes to the title and description of posts using the RankMath plugin. This does not appear to be a firewall issue as I am seeing a 404 error (rather than 403) for requests to the RankMath resource
wp-json/rankmath/v1/updatemeta.I have tested this locally, with WordPress updated to the latest version and using the default 2023 theme. All plugins have been updated and then disabled. The only plugin enabled is RankMath. It appears that your API captures local requests for RankMath resources and directs them to your servers.
myDomain.com/wp-json/rankmath/v1/updatemeta --> rankmath.com/wp-json/rankmath/v1/updatemetaWhen I attempt to directly load
rankmath.com/wp-json/rankmath/v1/updatemetaI see a 404 from your server as well. The error message associated with the 404 (“No route was found matching the URL and request method.”) is a bit ambiguous but might suggest that the url parameter is the problem.
The ticket ‘Receiving a 404 Response and Title/Description Are Not Updating’ is closed to new replies.