-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascript_error_report.json
More file actions
40 lines (40 loc) · 1.15 KB
/
Copy pathjavascript_error_report.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"testTimestamp": "2025-09-21T14:12:30.912Z",
"url": "http://localhost:3029",
"consoleErrors": [
{
"type": "console-error",
"text": "Failed to load resource: the server responded with a status of 404 (Not Found)",
"timestamp": "2025-09-21T14:12:18.966Z"
},
{
"type": "console-error",
"text": "Access to fetch at 'http://localhost:3030/api/health' from origin 'http://localhost:3029' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.",
"timestamp": "2025-09-21T14:12:19.102Z"
},
{
"type": "console-error",
"text": "Failed to load resource: net::ERR_FAILED",
"timestamp": "2025-09-21T14:12:19.106Z"
}
],
"jsErrors": [],
"networkErrors": [
{
"type": "network-error",
"url": "http://localhost:3030/api/health",
"failure": {
"errorText": "net::ERR_FAILED"
},
"timestamp": "2025-09-21T14:12:19.104Z"
}
],
"consoleLogs": [],
"summary": {
"totalConsoleErrors": 3,
"totalJsErrors": 0,
"totalNetworkErrors": 1,
"textButtonFound": true,
"orderButtonFound": true
}
}