While running docker compose run --rm auto-gpt --install-plugin-deps, the following error appears:
Plugin config is invalid, continuing without plugins. Error: Invalid plugin config data type: <class 'list'>
My plugins_config.yaml file content is:
commercetools:
- config: {} # Configs from the plugin README and installation instructions.
- enabled: true
When i remove the hyphen from the plugins_config.yaml file, the error does not appear anymore but the plugin is not loaded