您好,我们最近将两个实例升级到了 3.1.0.beta5 (286dfcacb4),并注意到自那以后出现了有关群组消息收件箱的以下问题:
- 转到您的“个人消息”,例如 https://discourse.example.com/u/gregory/messages
- 使用左上角的类别选择器选择某个(任意)群组的收件箱。
- 现在我们立即看到这个:
实际上没有任何内容记录到 https://discourse.example.com/logs/。
浏览器控制台显示:
TypeError: Cannot read properties of undefined (reading 'name')@application.js:79Error while processing route: userPrivateMessages.group.index Cannot read properties of undefined (reading 'name') TypeError: Cannot read properties of undefined (reading 'name')@router.js:1064Uncaught TypeError: Cannot read properties of undefined (reading 'name')@rsvp.js:23
开发人员工具显示一个 POST 请求到 https://discourse.example.com/message-bus/35da09199d4b4a659887ec491695e8d5/poll,但未收到服务器响应,并在 25 秒后超时,响应为 []。这会触发另一个类似的 POST 请求,依此类推……
