Plugins do not show

Dear Support.

After I add and remove Discord Bot Plugin, my plugin list does not show and not working.

This is my plugin list:

Hi, could you copy/paste your app.yml here: http://www.yamllint.com/ ?
Is there any error thrown during rebuild ?

Dear Support.

This is app.yml file validate:

I dont see any error thrown during rebuild!

What does the update menu show in the admin settings? Do you see the plugins listed there? Maybe try another rebuild, just in case?

I dont see the plugin list.
I try to rebuild many times.

I think the problem when I add this code and remove:

hooks:
    before_code:
       - exec:
              cmd:
                - apt-get update
                - apt-get install -y libsodium-dev

I follow this guide: Discord Sync: sync a Discourse forum with a Discord server

indentation seems off :thinking:

ha ! no, you’re missing an s at hook in your first post :grin:
should be:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git

OMG.

That’s problem!

Thank you!

I went over that code at least 10 times and missed that. Guess I need coffee.