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
{ "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" } } }
The text was updated successfully, but these errors were encountered:
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
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" } } }
The text was updated successfully, but these errors were encountered: