更新了 discourse 后网站显示失败

已通过 Web 安装程序安装了最新更新。完成后,我的网站只显示一个空白页面。然后我登录到服务器并手动执行了 git pull 和 app rebuild。仍然是同样的问题,有什么办法能让我的网站恢复正常吗?

顺便说一下,我尝试了多个浏览器和 PC。

1 个赞

控制台有任何错误吗?安全模式下可以工作吗?

控制台?您是指 ssh 终端吗?如果是,没有错误或问题。我不知道安全模式,我想我下次会试试。

谢谢!

我认为 David 指的是浏览器控制台(fn + f12)

1 个赞

好的,看来是我的一个插件导致了这个问题,一个非官方的插件。这次最新的更新包含了 data-explorer,这是一个非官方插件吗?

不,Discourse Data Explorer 是官方的

我有以下插件:

     - git clone https://github.com/discourse/docker_manager.git
      - git clone https://github.com/discourse/discourse-data-explorer.git
      - git clone https://github.com/discourse/discourse-linkify-words.git
      - git clone https://github.com/discourse/material-design-stock-theme.git
      - git clone https://github.com/discourse/onebox.git
      - git clone https://github.com/discourse/discourse-voting.git
      - git clone https://github.com/discourse/wp-discourse.git
      - git clone https://github.com/discourse/discourse-bbcode-color.git
      - git clone https://github.com/gdpelican/babble.git

我该如何区分哪些是官方的,哪些不是?

好像是胡言乱语。
感谢您的帮助!

2 个赞

:thinking: 我不确定您是否应该在那里设置主题或组件?(linkify 和 material design)
onebox 是核心,不是吗?投票是官方的,babble 不是(并且被标记为损坏 https://meta.discourse.org/t/babble-a-chat-plugin/87297)