We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeing very strange site errors daily; they look like the following:
https://site*******/?post=1055280&action=edit&meta-box-loader=1&meta-box-loader-nonce=516220df8d&_locale=user (2023-12-06 16:53:14)
in the error it reports the following:
{ "error": { "root_cause": [ { "type": "parse_exception", "reason": "request body is required" } ], "type": "parse_exception", "reason": "request body is required" }, "status": 400 }
It seems to happen at random, so any ideas would be amazing!
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue @bfrye26. It should be fixed by #3770 (released in EP 5.0.1) now.
Sorry, something went wrong.
No branches or pull requests
Describe your question
Seeing very strange site errors daily; they look like the following:
https://site*******/?post=1055280&action=edit&meta-box-loader=1&meta-box-loader-nonce=516220df8d&_locale=user (2023-12-06 16:53:14)
in the error it reports the following:
{
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "request body is required"
}
],
"type": "parse_exception",
"reason": "request body is required"
},
"status": 400
}
It seems to happen at random, so any ideas would be amazing!
Code of Conduct
The text was updated successfully, but these errors were encountered: