You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
First...
Issue type
If this is a bug report (if not, please remove this section)
Description
When railgun returns and error from the server, including one with a valid JSON response body, the following error occurs on the client.
Expected behavior
If the response code is not equal to 200, then log the error body to the console. If the error body if valid JSON, then log the parsed body.
If the response code is equal to 200, check that the response body includes a features property before attempting to do
forEachon the array.Current behavior
See description.
Steps to reproduce
Corrupt railgun config.
Environment
N.A.
Device:
N.A.
Browser:
N.A.
Additional helpful info/screenshots
None