Skip to content

Runtime error when handling bulk mutation results #2

@hydroxide

Description

@hydroxide

I'd like to say that I really appreciate the intent of this library to reduce boilerplate when working with Shopify APIs.

Currently, I am getting a runtime error when integrating this package with my Shopify app:

TypeError: The "readableStream" argument must be an instance of ReadableStream. Received an instance of ReadableStream
    at Object.newStreamReadableFromReadableStream (node:internal/webstreams/adapters:517:11)
    at Function.Readable.fromWeb (node:internal/streams/readable:1742:27)
    at Bulkify.writeResultsToFile (file:///app/node_modules/@kampfire/bulkify/dist/index.js:199:25)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at Bulkify.getInterfaceFromURL (file:///app/node_modules/@kampfire/bulkify/dist/index.js:217:22)
    at Bulkify.processURL (file:///app/node_modules/@kampfire/bulkify/dist/index.js:210:20)

Possibly related to remix-run/remix#3862?

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