redpanda-data / redpanda-data/console
Handle html responses
Open
@rikimaru0345 is already working on this.
Since Sep 8, 2020.
frontend
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
Any query in the frontend can potentially receive html as a response (for example when using a proxy).
Instead of always trying to parse reponses as json, we should just check if the first character is a < and then show a proper error dialog.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.