beydogan / dokku-man

Web interface to manage your dokku servers - HEAVY WIP
Apache License 2.0
28 stars 3 forks source link

Plugins sync always fails #15

Open dhiachou opened 6 years ago

dhiachou commented 6 years ago

When attempting to synchronize a server, it always fails when trying to synchronize plugins with an error message "Command unknown". Is this normal behaviour ? I didn't have time to debug it yet, but I found a comment in the code saying that we need "extra config" for plugins sync. Could you explain that to me please?

dhiachou commented 6 years ago

The issue is coming from the api command being called plugin as it doesn't exist. It should be plugin:list.