JSON API is returning error for H5P content type
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"
}
}
}
]
}
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.