Conflict white JSONAPI Input value "page" contains a non-scalar value

Created on 22 May 2025, 2 months ago

Problem/Motivation

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"
}
}
}
]
}

Steps to reproduce

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.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.1

Component

Code

Created by

🇫🇷France lamliheussama

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

Comments & Activities

Production build 0.71.5 2024