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 ?

3 Likes

Dear Support.

This is app.yml file validate:

I dont see any error thrown during rebuild!

1 Like

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

1 Like

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

1 Like

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
6 Likes

OMG.

That’s problem!

Thank you!

1 Like

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

2 Likes

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