Error incrementing view count: TypeError: Cannot read properties of undefined (reading 'Symbol(drizzle:Columns)') at async incrementThreadViews (src/actions/forum.actions.ts:240:5) at async ThreadDetailPage (src/app/[lang]/(app)/forum/thread/[id]/page.tsx:31:3) 238 | }) 239 | > 240 | await payload.update({ | ^ 241 | collection: 'forum-threads', 242 | id: threadId, 243 | data: { Error incrementing view count: TypeError: Cannot read properties of undefined (reading 'id') at async incrementThreadViews (src/actions/forum.actions.ts:240:5) at async ThreadDetailPage (src/app/[lang]/(app)/forum/thread/[id]/page.tsx:31:3) 238 | }) 239 | > 240 | await payload.update({ | ^ 241 | collection: 'forum-threads', 242 | id: threadId, 243 | data: {
testtík😆