reservoir
reservoir copied to clipboard
jsonapi 404 spits out HTML
If I access a JSONAPI resource that can't be found, the default drupal 404 page is returned. The returned header are good, 404.
I expect the returned body to be in JSON-format, not the default drupal 404 html response.
@spoetnik have you looked at the issue for JSON API module https://www.drupal.org/project/issues/jsonapi?categories=All
Probably I problem with the module that should be reported their.