Skip to content

Does not work with Next 15 #183

@xzenon

Description

@xzenon

Seems like it is not possible to use next-rest-framework with the latest Next because of Async Request APIs breaking changes in version 15.

Any attempt to call API with parameters gives the following error:

{
  "message": "Invalid path parameters.",
  "errors": [
    {
      "code": "invalid_type",
      "expected": "object",
      "received": "promise",
      "path": [],
      "message": "Expected object, received promise"
    }
  ]
}

Could somebody please advice how to resolve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions