When I want to add a middleware to a whole api group, it doesn't work/save. I see that there is a request to /api:mvp-admin/app/3 which fails with a 400 and the following response:
{
"code": "ERROR_CODE_INPUT_ERROR",
"message": "Invalid filter: <collection name>",
"payload": {
"param": "search"
}
}