Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix: Post request hangs waiting for response #585

Merged
merged 2 commits into from
Jun 23, 2020

Conversation

thewahome
Copy link
Collaborator

Overview

Handles errors from the sdk making the request to hang.
Fixes #555

Demo

N/A

Notes

Errors from the sdk were not being handled. We added a default error 400 and display the actual error in the editor.

Testing Instructions

  • How to test this PR
  • Prefer bulleted description
  • Start after checking out this branch
  • Include any setup required, such as bundling scripts, restarting services, etc.
  • Include test case, and expected output

add default error 400
Copy link
Contributor

@irvinesunday irvinesunday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

@thewahome thewahome merged commit e3ce020 into dev Jun 23, 2020
@thewahome thewahome deleted the fix/post-request-hangs-waiting-for-response branch July 21, 2020 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POST Request Hangs Waiting for Response
3 participants