You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried KQL with Kirby 4 (alpha 5), but the output is always an error: Access to the class \"Kirby\Content\Field\" is not supported.
The same queries work as expected on Kirby 3.9.5.
{
"status":"error",
"message":"Access to the class \"Kirby\\Content\\Field\" is not supported",
"code":403,
"exception":"Kirby\\Exception\\PermissionException",
"key":"error.permission",
"file":"Interceptor.php",
"line":269,
"details":[],
"route":"query"
}
(Thanks so much for this essential plugin)
The text was updated successfully, but these errors were encountered:
I tried KQL with Kirby 4 (alpha 5), but the output is always an error:
Access to the class \"Kirby\Content\Field\" is not supported
.The same queries work as expected on Kirby 3.9.5.
—
Example of POST request:
❌ Response:
(Thanks so much for this essential plugin)
The text was updated successfully, but these errors were encountered: