Skip to content

Give a human-friendly error message on the frontend when the backend gives invalid JSON

Camil Staps requested to merge 252-add-invalid-json-error into main

What does this MR do?

Adds an error message for the case described in #252 (closed).

Changes to public APIs

None.

Author's checklist (required)

  • Intermediate commits compile (use git rebase -i main if not)
  • Newly added code has a style consistent with the rest of the repository
  • Newly added code is documented (guidelines)
  • If bugs have been solved, tests have been added (guidelines)
  • A changelog entry has been added (guidelines)

Related issues

Closes #252 (closed)

Merge request reports