We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cada2b5 commit b7f905cCopy full SHA for b7f905c
1 file changed
pkg/dashboard/frontend/src/lib/utils/generate-response.ts
@@ -6,7 +6,7 @@ export const generateResponse = async (res: Response, startTime: number) => {
6
let data
7
8
if (contentType === 'application/json') {
9
- data = formatJSON(await res.json())
+ data = formatJSON(await res.text())
10
} else if (
11
contentType?.startsWith('image/') ||
12
contentType?.startsWith('video/') ||
0 commit comments