clarity-h2020 / csis-helpers-module

CSIS Helpers Drupal Module
GNU General Public License v3.0
1 stars 0 forks source link

404 Error message for Report image GET request via JSON:API #6

Closed patrickkaleta closed 5 years ago

patrickkaleta commented 5 years ago

I'm trying to add the "include in report button" functionality, but after updating my local csis instance to the newest version of the csis, I'm receiving an error when trying to make a GET-request for a Report image: _The \"entity\" parameter was not converted for the path \"/jsonapi/node/report_image/{entity}\" (route name: \"jsonapi.node--reportimage.individual\") The GET-request was working prior to that update.

@fgeyer16: have there been any other changes made to the (JSON:API) Rest configuration, which I need to manually add to my local instance?

patrickkaleta commented 5 years ago

Error was caused by a missing file, so UUID didn't exist anymore, which lead to this meaningful error message.