Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

SimenB/rn-response

Repository files navigation

  1. yarn install
  2. yarn start to start the expo server
  3. node server to start the apollo server
  4. click "Upload" in the app and pick an image
  5. See the error in the app

To reproduce the bug

  1. Comment out line 25 (const data = await getStream.buffer(createReadStream(), { encoding });) in server.js
  2. Run node server
  3. Upload a new image from the app
  4. Even though the server says it returns an error, it is never picked up by the client

My debugging so far shows that neither then nor catch are invoked on the fetch call made in apollo-upload-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published