dinesh_kesarkar → created an issue.
it was permission issue assigned to a role (A user added for Oauth), closing this.
dinesh_kesarkar → created an issue.
This is sorted by removing field level permissions
Hi grimreaper,
getting this error for Boolean field added in node entity. I am using field_test_boolean = 1 filter but still giving Invalid nested filtering error.
Thanks, Dinesh
The problem was scope provider missing from simple_oauth.settings.yml, I have added it back to resolve this issue. See my config file now:
_core:
default_config_hash: ci56aVE-Jo4w_Xy5Gkk1coAwO-fj7Q87l0PKc8E9sfo
scope_provider: dynamic
token_cron_batch_size: 0
public_key: ../test_settings/public.key
private_key: ../test_settings/private.key
disable_openid_connect: false
dinesh_kesarkar → created an issue.