Replies: 4 comments 3 replies
|
Thanks for the report. "Cannot read properties of undefined (reading 'find')" on every send (regardless of content) is a broad signal — the error is in a shared render/apply path, not a specific conversation node. To pin it I'd need the exact call site from the browser console stack trace (the line that does the That said, I traced the client source and there are a few
The biggest clue is when it happens: does the error appear immediately on page load (before the conversation renders), or only after you send a message? If it's immediate, Could you share the full console stack (the first few frames showing the |
|
可能是旧版本的插件不兼容新版本dsh导致的,我自己是在0.1.1-rc2上装了dsh-routing-suite,更新到0.1.2-rc1之后就出现了这个问题。把这个插件删了就好了。 |
|
PTC模式旧版本的mode id是code吧?新版本该模式的mode id改成了ptc。 |


Uh oh!
There was an error while loading. Please reload this page.
不论发送什么内容, web网页上都会出现:Cannot read properties of undefined (reading 'find')
All reactions