When canceling an import preview an error is thrown in Firefox Console.
Steps to reproduce the behavior:

XML Parsing Error: not well-formed
Location: http://127.0.0.1:3333/command/core/cancel-importing-job?jobID=4
Line Number 1, Column 1:
No XML Parsing Error

Also happens for
XML Parsing Error: not well-formed
Location: http://127.0.0.1:3333/command/core/recon-judge-similar-cells?project=2519405186300
Line Number 1, Column 1: recon-judge-similar-cells:1:1
when clicking on the "Match All Identical Cells" button during Reconciling a cell value.

And happens when clicking on the Undo blue link on the yellow banner that pops up after you perform an operation:

XML Parsing Error: not well-formed
Location: http://127.0.0.1:3333/command/core/undo-redo?undoID=1595977412132&project=2519405186300
Line Number 1, Column 1: undo-redo:1:1
Transpose -> Columnize by Key/Value columns
XML Parsing Error: not well-formed
Location: http://127.0.0.1:3333/command/core/key-value-columnize?keyColumnName=item+-+batters+-+batter&valueColumnName=item+-+type¬eColumnName=item+-+batters+-+batter+-+id&project=2519405186300
Line Number 1, Column 1: key-value-columnize:1:1
This is just because the HTTP responses from the backend lack a Content-Type:聽application/json header (many commands return JSON as plain text).
Most helpful comment
This is just because the HTTP responses from the backend lack a
Content-Type:聽application/jsonheader (many commands return JSON as plain text).