contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

Node page view broken after JSON:API 8.x-2.4 update #361

Closed e0ipso closed 5 years ago

e0ipso commented 5 years ago

Ticket #357.

 To work around the problem of exceptions when viewing a node

~1. Add the following patch to composer.json:


    "patches": {
      "drupal/jsonapi_extras": {
        "EntityToJsonapi service does not respect overridden routes": "https://www.drupal.org/files/issues/2019-04-21/3049221--entity-normalizer-fixes.patch"
      }
    }
```~
2. `COMPOSER_MEMORY_LIMIT=-1 composer update --with-dependencies;`
3. Apply the patch of this PR.
e0ipso commented 5 years ago

The patch has been committed to JSON:API Extras.