Why does WordPress say "Updating failed" when /wp-json opens normally?
A working `/wp-json` page only proves the public REST root responds. The editor still has to send an authenticated save request, so open your browser’s Network tab, retry the update, and check the exact failed request. If it’s a 403, sign out and back in, then…
0 helpful votes