lucidworks / drupal-connector-module

Drupal module for Fusion 8+ connector
MIT License
1 stars 1 forks source link

Error in Fusion module: Some resources have been omitted because of insufficient authorization #30

Open tomkatsu opened 4 years ago

tomkatsu commented 4 years ago

When parsing through content, the top level and article listing work (https://aws-drupal.appbase.io/fusion and https://aws-drupal.appbase.io/fusion/node/article), but when viewing the details for a specific article, an error is shown (https://aws-drupal.appbase.io/fusion/node/article/be9fd17c-176d-4f10-a38d-0811ab1f09c7/node_type?resourceVersion=id%3A1).

{ "jsonapi": { "version": "1.0", "meta": { "links": { "self": { "href": "http://jsonapi.org/format/1.0/" } } } }, "data": null, "meta": { "omitted": { "detail": "Some resources have been omitted because of insufficient authorization.", "links": { "help": { "href": "https://www.drupal.org/docs/8/modules/json-api/filtering#filters-access-control" }, "item--2hFFENc": { "href": "https://aws-drupal.appbase.io/fusion/node_type/node_type/aa2dd06e-ba42-470e-b8db-e1c01bac4bca", "meta": { "rel": "item", "detail": "The current user is not allowed to GET the selected resource. In fusion connector have no access to this resource! In fusion connector have no access to this resource!" } } } } }, "links": { "self": { "href": "https://aws-drupal.appbase.io/fusion/node/article/be9fd17c-176d-4f10-a38d-0811ab1f09c7/node_type?resourceVersion=id%3A1" } } }

tomkatsu commented 4 years ago

Screen Shot 2020-09-16 at 9 17 38 AM

serbanbjd commented 4 years ago

Some of the entity types not related to actual content have been removed from indexing, so as not to clutter the configuration page. We can, of course, allow all entity types to be configured, and they can be disabled form configuration