Skip to content

Doesn't work #849

Open
Open
@lieb77

Description

@lieb77

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageA new issue that needs triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions