-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
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?
callumgare and sbbu
Metadata
Metadata
Assignees
Labels
No labels