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 got these errors when I tried to restart Gatsby:
gatsby develop
...
⠂ source and transform nodesStarting to fetch data from Drupal
⠈ source and transform nodesFailed to fetch http://drupalviews.lndo.site/jsonapi/language_content_settings/language_content_settings Request failed with status code 500
undefined
error Plugin gatsby-source-drupal returned an error
Error: Request failed with status code 500
...
Switching to my Drupal site (d is an alias for lando drush):
d ws 156
ID : 156
Date : 25/Nov 13:51
Type : php
Severity : error
Message : Error: Call to a member function get() on null in Drupal\jsonapi_extras\ResourceType\ConfigurableResourceType->includeCount() (line 118 of /app/modules/contrib/jsonapi_extras/src/ResourceType/ConfigurableResourceType.php)
Do we really need JSON:API Extras? The current version does not seem to work with the 8.x-2.x version of JSON API, and I do not want to be stuck on the 8.x-1.x branch.
Following your tutorial, I simplified a little:
I got these errors when I tried to restart Gatsby:
Switching to my Drupal site (
d
is an alias forlando drush
):(stack trace omitted).
It seems to be related to this bug: Update to 2.11 no work.
I downgraded
jsonapi_extra
:The text was updated successfully, but these errors were encountered: