I have this query in Strapi backend, and I got the results but if I use this same qs in REST API I got this error
` strapi.documents(“api::page.page”).findMany({
populate: {
“components”: {
“on”: {
“page.vehicle-configurator-grid”: {
“populate”: {
“vehiclesConfigurator”: {
“populate”: {
“vehicleConfigurator”: {
“populate”: {
“vehicle”: {
“populate”: {
“metadata”: {
“on”: {
“product.metadata-vehicle”: {
“populate”: {
“vehicle”: {
“populate”: {
“information”: {
“populate”: {
“acceleration”: {
“populate”: “*”
},
}
}
}
}
}
},
}
},
}
},
}
}
}
}
}
}
}
}
}
})
{ "data": null, "error": { "status": 400, "name": "ValidationError", "message": "Invalid key [information][populate][acceleration][populate]", "details": { "key": "[information][populate][acceleration][populate]", "path": null, "source": "query", "param": "populate" } } }
This topic has been created from a Discord post (1296780510764208179) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord