REST JSONAPI returning 500 Internal Server error for H5P content

Created on 4 September 2024, 7 months ago
Updated 5 September 2024, 7 months ago

Problem Statement

JSON API is returning error for H5P content type

Steps to reproduce

1. Install H5p Library
2. Enable H5P Library and add H5P controls
3. Add content type in structure with H5P content field
4. Add content with any of the H5P content
5. Enable permission for H5P Rest using additional module (REST UI)
admin/config/services/rest

6 Now verify using the following endpoint /jsonapi and check if h5p_content is listed
7. Try browsing url /jsonapi/h5p_content/h5p_content/{h5P content id} and check it is returning following error

{
  "jsonapi": {
    "version": "1.0",
    "meta": {
      "links": {
        "self": {
          "href": "http://jsonapi.org/format/1.0/"
        }
      }
    }
  },
  "errors": [
    {
      "title": "Internal Server Error",
      "status": "500",
      "detail": "'0' not found",
      "links": {
        "via": {
          "href": "jsonapi/h5p_content/h5p_content/14"
        },
        "info": {
          "href": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1"
        }
      }
    }
  ]
}
🐛 Bug report
Status

Active

Version

2.0

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

No activities found.

Production build 0.71.5 2024