こんにちは、最近2つのインスタンスを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
開発者ツールには、https://discourse.example.com/message-bus/35da09199d4b4a659887ec491695e8d5/poll への POST リクエストが表示されますが、サーバーからの応答がなく、25秒後に応答 [] でタイムアウトします。これにより、同様の POST リクエストなどがトリガーされます…
