- Issue created by @lamliheussama
After updating the module I had a problem with JSONAPI, the return of the export urls to give content returned a 400 Bad Request error, for all the urls of the channels which contained content to be exposed on the entity share side.
From serveur site side of entity share i have this error in log and wen i try to view the JSON from url of all content type like this : jsonapi/node/category?filter[langcode-filter][condition][path]=langcode&filter[langcode-filter][condition][operator]==&filter[langcode-filter][condition][value]=fr&page[limit]=50&page[offset]=0
erreur : Input value "page" contains a non-scalar value.
{
"jsonapi": {
"version": "1.0",
"meta": {
"links": {
"self": {
"href": "http://jsonapi.org/format/1.0/"
}
}
}
},
"errors": [
{
"title": "Bad Request",
"status": "400",
"detail": "Input value \"page\" contains a non-scalar value.",
"links": {
"via": {
"href": "https://localhost/jsonapi/node/category?filter%5Blangcode-filter%5D%5Bco..."
},
"info": {
"href": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1"
}
}
}
]
}
1. Use Metatag 2.0.0, Entity Share 3.0.0
2. Go to the Pull content page of entity Share from client site
3. Chose remote and channel with results.
Active
2.1
Code