Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

TypeError: Network request failed #3

@billyjacoby

Description

@billyjacoby

I've been trying to get this working for hours now but I keep running into one issue after another.

What is the recommended way to install fetch globally so that this package works? It seems that

import {fetch as fetchPolyfill} from 'whatwg-fetch';
global.fetch = fetchPolyfill;

in my index.js file is the only thing that works, which then gives me a Require cycle: error that can't be dismissed..

Even after I do this when I copy and paste the code from the example i just get a TypeError: Network request failed error.

Unfortunately there isn't much info in the logs to tell me whats going on here.

I'm happy to provide any other info to get this figured out!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions