Based on the information you provided, it looks like you are attempting to use the Matterpoll plugin? If yes, I also encourage you to join our Matterpoll channel and ping Hanzei for any questions (he is the maintainer of the Matterpoll plugin).
The only error seen is this.
{“level”:“error”,“ts”:1543919177.7169154,“caller”:“app/plugin_requests.go:33”,“msg”:“Access to route for non-existent plugin”,“missing_p
lugin_id”:“com.github.matterpoll.matterpoll”,“error”:“plugin not found: com.github.matterpoll.matterpoll”}
I have not datestamp, so its hard to know what caused this and when it happened.
The plugin works fine, the only issue we have is automatically enabling it.
I did reach out to @Hanzei. We agreed that this is not a problem with the plugin itself, but rather a general one.
How would you activate a plugin using environment variables?
Here is what we have tried: (in docker-compose.yml)
- MM_PLUGINSETTINGS_PLUGINS: |
“com.github.matterpoll.matterpoll”: {
“Enable”: true
}
- MM_PLUGINSETTINGS_PLUGINSTATES="{“com.github.matterpoll.matterpoll”:{“Enable”:true}}"