contentacms / contenta_jsonapi

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

Apis response is 404 not found "/api/recipes" #335

Closed ashutoshsngh closed 5 years ago

ashutoshsngh commented 5 years ago

After doing contenta cms setup on my local machine all the apis response is coming as 404 not found.

Any idea why this is happening.I am also getting this error on "/admin/api" page.

Error: Call to a member function id() on null in Drupal\jsonapi_extras\ResourceType\ConfigurableResourceType->getResourceFieldConfiguration() (line 153 of modules/contrib/jsonapi_extras/src/ResourceType/ConfigurableResourceType.php).

ashutoshsngh commented 5 years ago

Error was coming with the latest version of jsonapi_extra module.

Worked with jsonapi_extras 2.10.0 version.Here is the issue link https://www.drupal.org/project/jsonapi_extras/issues/3013544