-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Open
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug
Description
⨯ [Error: Expected a suspended thenable. This is a bug in React. Please file an issue.] {
digest: '1013962398'
}
React version: "react": "19.1.0","react-dom": "19.1.0","next": "15.4.4",
failed to pipe response – This usually happens in server-side rendering (SSR) with frameworks like Next.js. React tried to stream HTML to the client but ran into a problem with a component that should suspend (like a Suspense or use async call).
Expected a suspended thenable – React was expecting a Promise-like object to suspend rendering, but it got something else. Essentially, a component is not returning what React expects for a suspended state.
Metadata
Metadata
Assignees
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug