Skip to content

Bug: #34353

@mohamedAlmosanid

Description

@mohamedAlmosanid

⨯ [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

No one assigned

    Labels

    Status: UnconfirmedA potential issue that we haven't yet confirmed as a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions