We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Default handling for unexpected response bodies (here) has revealed an unhandled 504 response from intercom.
Example message from UnexpectedResponseError:
Intercom::UnexpectedResponseError, Expected a JSON response body. Instead got '<html> <head><title>504 Gateway Time-out</title></head> <body bgcolor="white"> <center><h1>504 Gateway Time-out</h1></center> </body> </html> ' with status code '504'.
The text was updated successfully, but these errors were encountered:
Released in 3.9.4
Sorry, something went wrong.
No branches or pull requests
Default handling for unexpected response bodies (here)
has revealed an unhandled 504 response from intercom.
Example message from UnexpectedResponseError:
The text was updated successfully, but these errors were encountered: