TypeError: Cannot read properties of null (reading 'map') #79

Closed
opened 2023-10-12 01:30:03 +00:00 by CJ_Clippy · 0 comments
Owner

IDK what causes this. Just saw it in server logs.

2023-10-11T16:51:32.576963690Z app[web.1]: An error occurred: TypeError: Cannot read properties of null (reading 'map')
2023-10-11T16:51:32.577033975Z app[web.1]:     at /app/.next/server/chunks/3361.js:1:4043
2023-10-11T16:51:32.577038104Z app[web.1]:     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-10-11T16:51:32.577040308Z app[web.1]:     at async Page (/app/.next/server/app/latest-vods/[page]/page.js:1:2180)
2023-10-11T21:45:01.344458383Z app[web.1]: An error occurred: TypeError: Cannot read properties of null (reading 'map')
2023-10-11T21:45:01.344521584Z app[web.1]:     at /app/.next/server/chunks/3361.js:1:4043
2023-10-11T21:45:01.344527607Z app[web.1]:     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-10-11T21:45:01.344531985Z app[web.1]:     at async Page (/app/.next/server/app/latest-vods/[page]/page.js:1:2180)
IDK what causes this. Just saw it in server logs. ``` 2023-10-11T16:51:32.576963690Z app[web.1]: An error occurred: TypeError: Cannot read properties of null (reading 'map') 2023-10-11T16:51:32.577033975Z app[web.1]: at /app/.next/server/chunks/3361.js:1:4043 2023-10-11T16:51:32.577038104Z app[web.1]: at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2023-10-11T16:51:32.577040308Z app[web.1]: at async Page (/app/.next/server/app/latest-vods/[page]/page.js:1:2180) 2023-10-11T21:45:01.344458383Z app[web.1]: An error occurred: TypeError: Cannot read properties of null (reading 'map') 2023-10-11T21:45:01.344521584Z app[web.1]: at /app/.next/server/chunks/3361.js:1:4043 2023-10-11T21:45:01.344527607Z app[web.1]: at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2023-10-11T21:45:01.344531985Z app[web.1]: at async Page (/app/.next/server/app/latest-vods/[page]/page.js:1:2180) ```
CJ_Clippy added the
bug
label 2023-10-12 01:30:06 +00:00
Sign in to join this conversation.
No description provided.