There was an error. Invalid parameter(s): requests rest_too_many_items
-
Hello dear WordPress community,
Since I did not find any similar issues by searching on Google or even here on the forums, I allowed myself to create this topic.
The issue I am facing is when I try to add a new image in the widgets, I get the following error: There was an error. Invalid parameter(s): requests
When I looked at the Devtools in the Console, I can see a failed POST with the following response:
{“code”:”rest_invalid_param”,”message”:”Invalid parameter(s): requests”,”data”:{“status”:400,”params”:{“requests”:”requests must contain at most 25 items.”},”details”:{“requests”:{“code”:”rest_too_many_items”,”message”:”requests must contain at most 25 items.”,”data”:null}}}}
It looks like the widget contains too many items? Is there any way to increase that limit or am I looking at the wrong place?
The website is running with:
WordPress 5.8
PHP 7.4
MySQL 5.7Thank you so much in advance for your help!
- The topic ‘There was an error. Invalid parameter(s): requests rest_too_many_items’ is closed to new replies.