This repository was archived by the owner on Jun 13, 2025. It is now read-only.
forked from Giveth/giveth-dapps-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutputFormat
More file actions
21 lines (20 loc) · 1.41 KB
/
utputFormat
File metadata and controls
21 lines (20 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HTTP/1.1 400 Bad Request
X-Powered-By: Express
Vary: Origin
Content-Security-Policy: default-src 'none'
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=utf-8
Content-Length: 1162
Date: Mon, 09 Jun 2025 07:59:37 GMT
Connection: keep-alive
Keep-Alive: timeout=5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>SyntaxError: Expected property name or '}' in JSON at position 1 (line 1 column 2)<br> at JSON.parse (<anonymous>)<br> at parse (D:\Projects\JOY\Give\Impact-Graph\node_modules\body-parser\lib\types\json.js:92:19)<br> at D:\Projects\JOY\Give\Impact-Graph\node_modules\body-parser\lib\read.js:128:18<br> at AsyncResource.runInAsyncScope (node:async_hooks:211:14)<br> at invokeCallback (D:\Projects\JOY\Give\Impact-Graph\node_modules\raw-body\index.js:238:16)<br> at done (D:\Projects\JOY\Give\Impact-Graph\node_modules\raw-body\index.js:227:7)<br> at IncomingMessage.onEnd (D:\Projects\JOY\Give\Impact-Graph\node_modules\raw-body\index.js:287:7)<br> at IncomingMessage.emit (node:events:518:28)<br> at IncomingMessage.emit (node:domain:489:12)<br> at endReadableNT (node:internal/streams/readable:1698:12)<br> at processTicksAndRejections (node:internal/process/task_queues:90:21)</pre>
</body>
</html>