Skip to content

fetchBaseQuery does not work with node-fetch due to usage of response.clone() #1451

Closed
@GU5TAF

Description

@GU5TAF

When fetchBaseQuery is used in a node environment where fetch has been poly/ponyfilled requests fail to complete due the usage of response.clone(). This is a known issue with node-fetch#custom-highwatermark and is solved by resolving the cloned response in parallel.

Minimal Repro

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions