Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Response is not defined in Node #265

Open
thure opened this issue May 6, 2020 · 7 comments
Open

Response is not defined in Node #265

thure opened this issue May 6, 2020 · 7 comments

Comments

@thure
Copy link

thure commented May 6, 2020

Describe the bug
useFetch crashes the SSR server if the code makes any call to the getter for a response. The getter uses instanceof Response, expecting Reponse on the global namespace, which is undefined in Node.

To Reproduce
Steps to reproduce the behavior:

  1. Create a React component that uses useFetch
  2. Add the following to its render function:
const {response} = useFetch('https://localhost:4001')
const responseStatus = response.status
  1. Render using Node

Expected behavior
The getter for responses should return the right value whether on the server or on the client.

@thure thure changed the title Response is not defined in SSR contexts Response is not defined in Node May 6, 2020
@iamthesiz
Copy link
Collaborator

I will take a look as soon as possible! Bare with me!

@piersolenski
Copy link

Any movement on this? 🙏

@hashinteractive
Copy link

Experiencing the same issue with Gatsby static build render (on server).

Are there any updates on this by chance?

@piersolenski
Copy link

piersolenski commented Oct 1, 2021

Ended up switching to https://react-query.tanstack.com/ - would recommend it!

@hashinteractive
Copy link

@piersolenski thanks for the reference!

@iamthesiz
Copy link
Collaborator

iamthesiz commented Oct 4, 2021

Sorry for the delay guys. I'm extremely busy and haven't had time to debug this. A PR is very much welcomed.

@pachkovska
Copy link

I am getting same error after upgrading Gatsby from 2 to 4.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants