invalid server response in channel search is silently dropped
Opened this issue · 0 comments
djlauk commented
What I did
Steps to reproduce the behavior:
- Go to
/search
- Search for
sineg.*cmon:curr
(this currently provokes a malformed response)
What I observed
- No search results
- No error message on screen
- No error message in console
- No error message in application log (via Redux Dev Tools, see #126)
What I expected to see instead
- search results (if response was OK)
- error message in UI pointing at bad response
- error message in application log (see #126)
Screenshots
If applicable, add screenshots to help explain your problem.
Computer / Environment (please complete the following information):
- OS and version: [e.g. Windows 10, RHEL 7.1, macOS 10.15.2]
- Browser: [e.g. chrome, edge, firefox, internet explorer, safari]
- Browser version: [e.g. 22]
Additional context
Add any other context about the problem here.
Validation for API v0 responses came with databuffer-query-js 0.7.5