Do you by chance have a required field that is not filled out when running these tests? If using the Block Editor, there is not currently a way to provide feedback regarding the empty required field. An empty required field or an unchecked required checkbox will cause the content to not save.
If not that, do things change if all other plugins are disabled?
Thread Starter
Esteban
(@santiagodigitaldesign1)
Thanks for the details.
In the web browser’s web inspector, try opening the Network tab before clicking the save button.
If the data is being sent, a new HTTP request will appear on the left when the button is clicked. Selecting this new request will display details on the right, such as a Preview tab which shows what the server sent back, and a Headers tab saying whether it was successful or not (200 for success, 4XX for various authorization errors, 500 for a server error.)
There might be an error in the Preview tab, it might say unauthorized or rejected, usually indicating security blocks such as Apache ModSecurity configured by the hosting company, or 500 indicating a general software error on the server-side.
Setting define( 'WP_DEBUG', true ); in wp-config.php will make relevant errors more likely to be displayed when checking the result of the save attempt in the Network tab.
Yes, we are also available in the plugin support chat channel if the above inspection does not yield results.
Thread Starter
Esteban
(@santiagodigitaldesign1)
I opened the Network tab before clicking the save button. I’m seeing 200 status for everything.
Then I made an edit and click on Save, nothing immediately changes.
After a moment, a new line item appears: admin-ajax.php with status of 200 but I think this is related to heartbeat.min.js
I’ll move into Slack
-
This reply was modified 1 year, 8 months ago by
Esteban.
-
This reply was modified 1 year, 8 months ago by
Esteban.
As per Slack, there was a required field that was not filled out. On the Pods side, we’re still working on the changes needed to handle prerequisite save checks for the Block Editor and other areas to prevent the save/submit on those forms in a cleaner way.