Chat gone after 2.9.0.beta11 update

After updating to 2.9.0.beta11, the chat icon is gone, and it is no longer listed in admin->plugins:

I still have the following in in 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

Appreciate any ideas.

Also, do I need to manually update plugins, or does this happen as part of ./launcher rebuild app.

Thanks!

1 Like

The chat plugin has been moved to Discourse core 45 minutes ago, so it’s not a plugin anymore.

I would say: remove it from your app.yml , rebuild and you’re probably back in business.

9 Likes

Thanks, that worked!

5 Likes

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