Open phamminhtris opened 4 years ago
I am able to reproduce this problem locally. I will now try to find what is the reason for this.
I guess the problem is the way you declare the INDICO_EXTRA_PLUGINS
env. You shouldn't use '
. It should look like this:
INDICO_EXTRA_PLUGINS=previewer_code
Hi I was trying to load some plugin inside the container. When I ran
list-plugins
I got:But when I try to a plugin, I got an issue
My environment file is like this:
INDICO_EXTRA_PLUGINS='previewer_code'
Any help is appreciated. Thanks