I encountered the same error, but in my case, I'm requesting JSONAPI with a filter like /jsonapi/node/{content_type}?filter[title]=Test title
. So this issue also occurs when using the default Node entity type.
The provided patch helped to solve it. Thank you!
Drupal: 10.2.2
Field Permissions: 8.x-1.3
Hello,
The solution is to add:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pfrilling/oktasdk-php.git"
}
],
to your project composer.json file to let it find the correct version of dakkusingh/oktasdk
Oleksiy β created an issue. See original summary β .
Hello!
I faced exactly the same issue. The attached patch was made from the 9.3.x branch. In case someone needs it too.
Hello @Lakshmanan Dhuraisamy
Did you try to apply the patch from MR?
I faced the same problem and prepared MR with the fix that helped me to solve that.
Oleksiy β made their first commit to this issueβs fork.