无法再删除自己的帖子

在尝试在此 Meta 站点删除我发布的一篇帖子时,点击垃圾桶按钮后(且未发生其他操作)抛出了以下异常:

这看起来是 Contribute > Bug,需要 @sam 处理吗?

以下是纯文本形式的错误信息,方便搜索:Could not find module pretty-text/engines/discourse-markdown/helpers

4 个赞

Looks like a bug, what is the exact repro?

I did nothing but click on the trash can – so it should be:

  • be a non-staff user
  • navigate to an own post
  • click the trash can
2 个赞

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 :man_cook:t4:

5 个赞

This topic was automatically closed after 7 hours. New replies are no longer allowed.