Metaで自分の投稿を1つ削除しようとした際、ゴミ箱ボタンをクリックした後にこの例外が発生しました(それ以上の動作はありませんでした):
これは @sam さん向けの Contribute > Bug に見えますか?
検索用として、エラーをプレーンテキストで記載します:Could not find module pretty-text/engines/discourse-markdown/helpers
Metaで自分の投稿を1つ削除しようとした際、ゴミ箱ボタンをクリックした後にこの例外が発生しました(それ以上の動作はありませんでした):
これは @sam さん向けの Contribute > Bug に見えますか?
検索用として、エラーをプレーンテキストで記載します:Could not find module pretty-text/engines/discourse-markdown/helpers
Looks like a bug, what is the exact repro?
I did nothing but click on the trash can – so it should be:
Fixed per:
https://github.com/discourse/discourse/commit/ae68795d8206a6a796d7d65e63bd2af3509be704
This is a result of defer loading the markdown engine. In the past we always had the engine around, now we must ensure it is loaded before cooking stuff ![]()
This topic was automatically closed after 7 hours. New replies are no longer allowed.