Hi
I recently uploaded the lastest team edition stock std. ( mattermost-team-5.17.0-linux-amd64.tar.gz ) instance in my digitalocean droplet.
Now I am trying to upload the plugins as per the user guide, it gives me the following error:
Received invalid response from the server as per the picture below:
Also these are my server logs:
server/cmd/mattermost/main.go:30\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1337"}
{“level”:“error”,“ts”:1574323141.9060044,“caller”:“mlog/log.go:174”,“msg”:“Unable to activate plugin”,“plugin_id”:“zoom”,“error”:“unable to start plugin: zoom: APIKey is not configured”,“errorVerbose”:“APIKey is not configured\nunable to start plugin: zoom\ngithub.com/mattermost/mattermost-server/plugin.(*Environment).Activate\n\t/go/src/github.com/mattermost/mattermost-server/plugin/environment.go:251\ngithub.com/mattermost/mattermost-server/app.(*App).SyncPluginsActiveState\n\t/go/src/github.com/mattermost/mattermost-server/app/plugin.go:100\ngithub.com/mattermost/mattermost-server/app.(*App).InitPlugins\n\t/go/src/github.com/mattermost/mattermost-server/app/plugin.go:133\ngithub.com/mattermost/mattermost-server/app.(*Server).RunOldAppInitalization.func6\n\t/go/src/github.com/mattermost/mattermost-server/app/server_app_adapters.go:148\ngithub.com/mattermost/mattermost-server/config.(*emitter).invokeConfigListeners.func1\n\t/go/src/github.com/mattermost/mattermost-server/config/emitter.go:35\nsync.(*Map).Range\n\t/usr/local/go/src/sync/map.go:333\ngithub.com/mattermost/mattermost-server/config.(*emitter).invokeConfigListeners\n\t/go/src/github.com/mattermost/mattermost-server/config/emitter.go:33\ngithub.com/mattermost/mattermost-server/config.(*commonStore).load\n\t/go/src/github.com/mattermost/mattermost-server/config/common.go:153\ngithub.com/mattermost/mattermost-server/config.(*FileStore).Load\n\t/go/src/github.com/mattermost/mattermost-server/config/file.go:168\ngithub.com/mattermost/mattermost-server/app.(*Server).ReloadConfig\n\t/go/src/github.com/mattermost/mattermost-server/app/config.go:64\ngithub.com/mattermost/mattermost-server/app.NewServer\n\t/go/src/github.com/mattermost/mattermost-server/app/server.go:239\ngithub.com/mattermost/mattermost-server/cmd/mattermost/commands.runServer\n\t/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/commands/server.go:64\ngithub.com/mattermost/mattermost-server/cmd/mattermost/commands.serverCmdF\n\t/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/commands/server.go:53\ngithub.com/spf13/cobra.(*Command).execute\n\t/go/src/github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra/command.go:826\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/src/github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra/command.go:914\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/src/github.com/mattermost/mattermost-server/vendor/github.com/spf13/cobra/command.go:864\ngithub.com/mattermost/mattermost-server/cmd/mattermost/commands.Run\n\t/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/commands/root.go:15\nmain.main\n\t/go/src/github.com/mattermost/mattermost-server/cmd/mattermost/main.go:30\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1337”}
{“level”:“info”,“ts”:1574323141.9099915,“caller”:“jobs/workers.go:68”,“msg”:“Starting workers”}
{“level”:“info”,“ts”:1574323141.9101877,“caller”:“app/server.go:423”,“msg”:“Starting Server…”}
{“level”:“info”,“ts”:1574323141.9103024,“caller”:“app/server.go:449”,“msg”:“RateLimiter is enabled”}
{“level”:“info”,“ts”:1574323141.9105816,“caller”:“app/server.go:489”,“msg”:“Server is listening on [::]:8065”}
{“level”:“info”,“ts”:1574323141.9175713,“caller”:“app/web_hub.go:75”,“msg”:“Starting 2 websocket hubs”}
{“level”:“info”,“ts”:1574323141.9372303,“caller”:“jobs/schedulers.go:72”,“msg”:“Starting schedulers.”}
{“level”:“info”,“ts”:1574323141.9584763,“caller”:“commands/server.go:105”,“msg”:“Sending systemd READY notification.”}
Can anyone help me resolve this issue please.
For more information:
I uploaded the same in my localhost it worked without any problem.
Thanking you in advance