2.9.0.beta11更新后聊天消失

更新到 2.9.0.beta11 后,聊天图标消失了,并且在 admin->plugins 中不再列出:

我的 containers/app.yml 中仍然有以下内容:

## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-chat.git

感谢任何建议。

另外,我是否需要手动更新插件,还是这会在 ./launcher rebuild app 过程中自动完成?

谢谢!

1 个赞

聊天插件在 45 分钟前已移至 Discourse 核心,因此它不再是插件。

我的建议是:从您的 app.yml 中删除它,然后重建,您可能就可以恢复正常了。

9 个赞

谢谢,那奏效了!

5 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.