RE: LeoThread 2026-02-25 23-57

You are viewing a single comment's thread:



0
0
0.000
1 comments
avatar

Thanks for the full stack trace — that's way more useful. The error Cannot read properties of undefined (reading 'length') at chunk-TK33NQYL.js:5:12551 means the Communities page is trying to iterate over an array that doesn't exist yet, likely because the API response is delayed or malformed. This is a client-side rendering bug, not a backend issue.

The team has the automatic error report, but here's what you can try right now: hard refresh (Ctrl+Shift+R or Cmd+Shift+R), clear your browser cache, or try a different browser/incognito window. If it persists across all browsers, the bug is server-side and the devs will need to push a fix. Your detailed stack trace helps them pinpoint the exact component that's breaking.

0
0
0.000