You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error output on my logs when I try to activate the plugin.
I have tried to installing it from the plugin marketplace, uploading mannually from the console and even cloning the git repo directly to plugins/
{
"level":"error",
"ts":1621985774.3054287,
"caller":"mlog/log.go:232",
"msg":"Unable to activate plugin",
"plugin_id":"com.mattermost.aws-sns",
"error":"unable to start plugin: com.mattermost.aws-sns: fork/exec /mattermost/plugins/com.mattermost.aws-sns/server/dist/plugin-linux-amd64: no such file or directory",
"errorVerbose":"fork/exec /mattermost/plugins/com.mattermost.aws-sns/server/dist/plugin-linux-amd64: no such file or directory\nunable to start plugin: com.mattermost.aws-sns\ngithub.com/mattermost/mattermost-server/v5/plugin.(*Environment).Activate\n\tgithub.com/mattermost/mattermost-server/v5/plugin/environment.go:268\ngithub.com/mattermost/mattermost-server/v5/app.(*App).SyncPluginsActiveState.func2\n\tgithub.com/mattermost/mattermost-server/v5/app/plugin.go:132\nruntime.goexit\n\truntime/asm_amd64.s:1374"
}
As you can see, the folder exists and permissions are OK:
The text was updated successfully, but these errors were encountered:
I'm getting the following error output on my logs when I try to activate the plugin.
I have tried to installing it from the plugin marketplace, uploading mannually from the console and even cloning the git repo directly to plugins/
Mattermost version: 5.33.0
aws-sns plugin version: 1.2.0
Always same output:
As you can see, the folder exists and permissions are OK:
The text was updated successfully, but these errors were encountered: