error visiting vod #81

Open
opened 2023-10-12 07:26:44 +00:00 by CJ_Clippy · 1 comment
Owner

GET https://futureporn.net/vt/projektmelody/vods/20231012T032454Z shows the following server-side error

2023-10-12T07:25:29.861069740Z app[web.1]: An error occurred: TypeError: Cannot read properties of null (reading 'map')
2023-10-12T07:25:29.861113785Z app[web.1]:     at /app/.next/server/chunks/3361.js:1:5001
2023-10-12T07:25:29.861117171Z app[web.1]:     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-10-12T07:25:29.861119355Z app[web.1]:     at async Page (/app/.next/server/app/vt/[slug]/vods/[page]/page.js:1:2937)
GET https://futureporn.net/vt/projektmelody/vods/20231012T032454Z shows the following server-side error ```text 2023-10-12T07:25:29.861069740Z app[web.1]: An error occurred: TypeError: Cannot read properties of null (reading 'map') 2023-10-12T07:25:29.861113785Z app[web.1]: at /app/.next/server/chunks/3361.js:1:5001 2023-10-12T07:25:29.861117171Z app[web.1]: at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2023-10-12T07:25:29.861119355Z app[web.1]: at async Page (/app/.next/server/app/vt/[slug]/vods/[page]/page.js:1:2937) ```
CJ_Clippy added the
bug
label 2023-10-12 07:26:44 +00:00
Author
Owner

Oh I see the problem. The correct path is vod/[date] not vods/[date]

Oh I see the problem. The correct path is `vod/[date]` not `vods/[date]`
Sign in to join this conversation.
No description provided.