There was a problem loading the comments.

How to Fix 'Updating Failed' or 'Publishing Failed' in the WordPress Editor

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

Quick answer: "Updating failed" or "Publishing failed" in the block editor almost always means the WordPress REST API is blocked or returning an error. The editor relies on the REST API to save posts. Common causes are a security plugin, a firewall rule, an incorrect site URL, or a plugin conflict blocking the API.

1. Confirm the REST API is the cause

Go to Tools > Site Health. If it reports that the REST API encountered an error, that is your problem. You can also visit yourdomain.com/wp-json/ - it should return JSON, not an error page.

2. Check security plugins and firewalls

Security plugins and server firewalls sometimes block REST API requests. Temporarily disable the security plugin or whitelist the REST API, and re-test saving a post.

3. Verify the site URL and SSL

A mismatch between the WordPress Address and Site Address, or a partly broken HTTPS setup, can break REST calls. Confirm both URLs match and use the correct https://.

4. Rule out plugin conflicts

Deactivate plugins one by one (or all at once) and test. If saving works with them off, reactivate until the error returns to find the culprit.

Frequently asked questions

Is this a problem with my content?
No - the content is fine. The editor simply cannot reach the API to save it.

Can I still edit meanwhile?
The classic editor does not depend on the REST API the same way, so it can be a temporary workaround while you fix the cause.

On SoftSys managed WordPress hosting the platform and firewall are configured so the REST API works correctly, and our team can diagnose blocked requests for you.


Share via
Did you find this article useful?  

Related Articles

Tags

© Softsys Hosting