-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev_server.log
More file actions
48 lines (45 loc) · 2.53 KB
/
Copy pathdev_server.log
File metadata and controls
48 lines (45 loc) · 2.53 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
41
42
43
44
45
46
47
48
> devos-app@0.1.0 dev
> next dev
▲ Next.js 16.2.6 (Turbopack)
- Local: http://localhost:3000
- Network: http://192.168.0.2:3000
✓ Ready in 1736ms
GET / 200 in 1400ms (next.js: 752ms, application-code: 649ms)
⨯ TypeError: Cannot read properties of undefined (reading 'length')
at <unknown> (app/[username]/dashboard/DashboardClient.tsx:56:41)
at Array.map (<anonymous>)
at DashboardClient (app/[username]/dashboard/DashboardClient.tsx:35:21)
54 | <div className="pt-4 border-t border-[#2D333B] flex justify-between items-ce...
55 | <span>NODES: {
> 56 | project.technologies.length +
| ^
57 | project.challenges.length +
58 | project.decisions.length +
59 | project.workflows.length + {
digest: '3421072525'
}
GET /pawan/dashboard 500 in 1372ms (next.js: 1135ms, application-code: 237ms)
[browser] Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at <unknown> (app/[username]/dashboard/DashboardClient.tsx:56:41)
at Array.map (<anonymous>)
at DashboardClient (app/[username]/dashboard/DashboardClient.tsx:35:21)
at DashboardPage (app/[username]/dashboard/page.tsx:15:10)
54 | <div className="pt-4 border-t border-[#2D333B] flex justify-between items-ce...
55 | <span>NODES: {
> 56 | project.technologies.length +
| ^
57 | project.challenges.length +
58 | project.decisions.length +
59 | project.workflows.length +
GET / 200 in 148ms (next.js: 9ms, application-code: 139ms)
GET /pawan/dashboard 200 in 152ms (next.js: 33ms, application-code: 120ms)
GET /pawan/atreus 200 in 1811ms (next.js: 1466ms, application-code: 346ms)
GET /pawan/atreus?mode=edit 200 in 462ms (next.js: 56ms, application-code: 406ms)
GET / 200 in 108ms (next.js: 7ms, application-code: 101ms)
GET /pawan/dashboard 200 in 239ms (next.js: 31ms, application-code: 209ms)
GET /pawan/atreus 200 in 231ms (next.js: 40ms, application-code: 191ms)
GET /pawan/atreus?mode=edit 200 in 263ms (next.js: 48ms, application-code: 215ms)
GET / 200 in 81ms (next.js: 5ms, application-code: 76ms)
GET /pawan/dashboard 200 in 102ms (next.js: 20ms, application-code: 81ms)
GET /pawan/atreus 200 in 201ms (next.js: 38ms, application-code: 163ms)
GET /pawan/atreus?mode=edit 200 in 144ms (next.js: 22ms, application-code: 122ms)