Open
Description
Package containing the bug
next-drupal (NPM package)
Describe the bug
All the app is retrieving from JSON:API is this, one for each node. No actual content.
{
type: 'node--article',
id: '0358b050-c872-45e2-8c5b-8cdfda4b59b3',
links: { self: [Object] }
},
I have found this to be the issue when using the jsona serializer.
I will get the same results using the @drupal-api-client/json-api-client if I configure it to use the jsona serializer. Without jsona I get all of the data.
I have confirmed this on both a Drupal 10 and 11 sites.
I have confirmed that if I hit the /jsonapi/node/article endpoint it returns all the data.
Thank you.